-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add namespacing to redis keys #4247
Labels
Comments
Just been reading and the term in the the redis docs is |
keyspace refers to the entire set of keys. Namespace is commonly used in Redis, and well understood elsewhere https://redis.com/blog/5-key-takeaways-for-developing-with-redis/ |
Geal
added a commit
that referenced
this issue
Jan 17, 2024
garypen
pushed a commit
that referenced
this issue
Jan 17, 2024
Merged
Meschreiber
pushed a commit
that referenced
this issue
Feb 1, 2024
smihica
pushed a commit
to smihica/router
that referenced
this issue
Feb 17, 2024
Fix [apollographql#4247](apollographql#4247) Fix [apollographql#3765](apollographql#3765) This adds an optional prefix to redis keys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it would allow authorization based on a prefix, for multitenant clusters
The text was updated successfully, but these errors were encountered: