redis 5.1.1
0
Python client for Redis database and key-value store
Contents
Python client for Redis database and key-value store
Stars: 12591, Watchers: 12591, Forks: 2515, Open Issues: 253The redis/redis-py
repo was created 14 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 12591 github stars!
How to Install redis
You can install redis using pip
pip install redis
or add it to a project with poetry
poetry add redis
Package Details
- Author
- Redis Inc.
- License
- MIT
- Homepage
- https://github.com/redis/redis-py
- PyPi:
- https://pypi.org/project/redis/
- Documentation:
- https://redis.readthedocs.io/en/latest/
- GitHub Repo:
- https://github.com/redis/redis-py
Classifiers
Related Packages
Errors
A list of common redis errors.
Code Examples
Here are some redis
code examples and snippets.
GitHub Issues
The redis package has 253 open issues on GitHub
- Fix for #1776
- 4.1.2
- Add Async Support
- Lock method does not exist in the redis client using cluster mode
- nightly run of master
- running dump() fails when decode_responses=True in a pipeline
- add support for read_from_replicas in a none read_only mode
- Fix naming conventions
- Add redis5 and redis4 dockers
- Consider keeping
CHANGES
? - Add support for LCS
- pubsub.get_message with handler - how know if message has been processed
- Function/Class method naming should use lowercase with underscores
- Add support for EVALSHA_RO
- Add support for EVAL_RO