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 supported29 Subscribers
View all SubscribersAdd a CodeTriage badge to redis-py
Help out
- Issues
- Fixing sentinel command execution to allow returning of actual responses when meaningful - behaviour controlled by 'return_responses' argument.
- Pylance type checking issues with async redis.hset
- Sentinel TLS: discover_master is not respect connection type.
- Overall revamp of connection pool, retries and timeouts
- "No connection available" errors since 5.0.1
- The connection is closed by Connection closed by server.
- Add fake redis server to properly test connection handshake
- Missing lines of coverage when using redis
- pubsub.get_message() sometimes doesn't receive messages
- Best way to receive the return value when the type hint is Union[Awaitable[int], int]?
- Docs
- Python not yet supported