redis-py
https://github.com/andymccurdy/redis-py
Python
Redis Python Client
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported28 Subscribers
View all SubscribersAdd a CodeTriage badge to redis-py
Help out
- Issues
- pubsub.get_message() sometimes doesn't receive messages
- `Redis()` doesn't raise exception even when no redis server is running and it cannot connect, for both sync and async instantiation.
- improvement: sleep 10ms between fetching messages in pubsub API
- Max recursion depth RecursionError when max clients exceeded with Sentinel
- is it caused by the unsafe threads?
- memory increase of 7mb(~) observed with the python-redis-4.5.5
- Make it easy to log request/responses
- Async redis is not thread safe
- Changed movablekeys command to call COMMAND GETKEYS only if no keys are specified
- Is async version of redis-py coroutine safe?
- Docs
- Python not yet supported