redish
redish copied to clipboard
Pythonic interface to redis-py
Signed-off-by: Diwank Singh
Useful function for cache purpose
Is there a way to 'nest' keyspaces? As in, get direct access to a subparameter space in a multi-parameter keyspace? Here's what I'm trying to do, which doesn't work. (Perhaps...
Hey, how come pypi is stocking such an old-ass version? https://pypi.python.org/pypi/redish I installed redish from pip and was mystified as to why I couldn't `from redish import proxy` and then...
The client constructor doesn't take any extra *_kwargs thus there's no way to forward them to the underlying client. I was wondering if *_kwargs should be added and forwarded to...
Need the module to handle the password authorization to redis.