Skip to content
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

Closed
Geal opened this issue Nov 21, 2023 · 2 comments · Fixed by #4458
Closed

add namespacing to redis keys #4247

Geal opened this issue Nov 21, 2023 · 2 comments · Fixed by #4458
Assignees

Comments

@Geal
Copy link
Contributor

Geal commented Nov 21, 2023

it would allow authorization based on a prefix, for multitenant clusters

@Geal Geal mentioned this issue Nov 22, 2023
6 tasks
@BrynCooke
Copy link
Contributor

Just been reading and the term in the the redis docs is keyspace, so let's align around that.

@Geal
Copy link
Contributor Author

Geal commented Jan 11, 2024

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 Geal mentioned this issue Jan 11, 2024
6 tasks
Geal added a commit that referenced this issue Jan 17, 2024
Fix [#4247](#4247)
Fix [#3765](#3765)

This adds an optional prefix to redis keys
garypen pushed a commit that referenced this issue Jan 17, 2024
Fix [#4247](#4247)
Fix [#3765](#3765)

This adds an optional prefix to redis keys
Meschreiber pushed a commit that referenced this issue Feb 1, 2024
Fix [#4247](#4247)
Fix [#3765](#3765)

This adds an optional prefix to redis keys
smihica pushed a commit to smihica/router that referenced this issue Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants