question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: Namespace support

See original GitHub issue

Proposal:

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:open
  • Created 14 years ago
  • Reactions:19
  • Comments:58 (17 by maintainers)

github_iconTop GitHub Comments

18reactions
andeycommented, Mar 28, 2018

2018 checking in. Please add namespace support.

16reactions
LouisKottmanncommented, May 24, 2017

It’s 2k17 and that feature is still wanted :p

Any chance for it to see the light of day?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found