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
- Overall revamp of connection pool, retries and timeouts
- Unused arguments in the get_connection method in the ConnectionPool class
- class Redis parameter decode_responses cannot be changed once it is set to True, which will be unsafe when getting the bitmap data through get method.
- Fix ConnectionPool deadlock triggered by gc
- Revert extraneous local assignment of scheduled tasks
- Refactor how asyncio.BlockingConnectionPool gets connection.
- "No connection available" errors since 5.0.1
- The health_check_interval configuration is used to perform a health check before a command is executed?
- Remove idle connections periodically
- SlotNotCoveredError when cluster is resharding
- Docs
- Python not yet supported