Feature request: Namespace support
See original GitHub issueProposal:
r = redis.Redis(namespace='foobar')
Behind-the-scenes, this would prefix every key with foobar.
For example, if I issued the following command:
r.set('abc', 'xyz')
It would be equivalent to the following:
redis-cli set foobar:abc xyz
In Ruby, the redis-namespace class does the same thing.
However, I think that it would be preferable if this were a core feature of the Python client.
Issue Analytics
- State:
- Created 14 years ago
- Reactions:19
- Comments:58 (17 by maintainers)
Top Results From Across the Web
Feature Request: Add support for custom namespace · Issue #3 ...
Request Hey there Love the project and the helm chart. Just wanted to see if you'd be open to adding the ability to...
Read more >Isolate containers with a user namespace
Linux namespaces provide isolation for running processes, limiting their access to system resources without the running process being aware of the limitations.
Read more >Namespaces - Kubernetes
In Kubernetes, namespaces provides a mechanism for isolating groups of resources within a single cluster. Names of resources need to be ...
Read more >Namespaces API - GitLab Docs
Create an issue if there's something you don't like about this feature. Propose functionality by submitting a feature request. Join First Look to...
Read more >Vault Enterprise Namespaces - HashiCorp Developer
Vault Enterprise has support for Namespaces, a feature to enable Secure Multi-tenancy ... Given that tenants will likely have different policies and request...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

2018 checking in. Please add namespace support.
It’s 2k17 and that feature is still wanted :p
Any chance for it to see the light of day?