redis-py
https://github.com/redis/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 supported2 Subscribers
Add a CodeTriage badge to redis-py
Help out
- Issues
- Cluster mode KEYS only searches one node by default
- Single node cluster: Failed node is not retried again and the process is stuck unable to connect
- Use a blocking connection pool in the async RedisCluster instead of managing connections synchronously
- Async redis subscription inside websocket doesn't shut down properly
- Connection lost issue since 4.4.0 upgrade
- async redis cluster should use initial startup nodes during reinitialization in case of failover
- Best way to receive the return value when the type hint is Union[Awaitable[int], int]?
- Suggestion: Read/write lock
- Async cancellation swallowed by BRPOPLPUSH
- Feature request - conditional decode of response
- Docs
- Python not yet supported