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
- docs: add sliding window rate limiter example to lua_scripting.rst
- fix(lock): preserve token when sync Lock.release() fails
- fix(cluster): make async pipeline unlink() stage without being awaited
- Fix async cluster release race for closed connections
- Cluster transaction/script follow-ups for handling EVALSHA in async cluster transaction; async connection ownership and missing sync Script test
- fix: release async cluster transaction connections to their real owner
- Unexpected Connection closed by server behavior on redis==8.1.0
- Pass zrank/zrevrank keys so they are cacheable (fixes ValueError under CSC)
- Fix JSON.set_path key derivation to strip only the file extension
- Async cluster: `ClusterNode.release()` defers returning an already-closed connection to `_free`, creating a transient false `MaxConnectionsError`
- Docs
- Python not yet supported