Redis Client Implementation
Project description
Introduction
************
Redis Client implementation for Python. The Client is in an early stage and only
supports Python 3 for the moment. If there is enough interest, i will make it work
with Python 2.
Currently implemented Features:
- Base Redis Client
- Publish Subscribe Client
- Sentinel Client
- Connection Pool
- Sentinel Backed Connection Pool
Planned Features:
- Client & Pool for Redis Cluster
- Python 2 support ( if there is enough interest )
Documentation
-------------
http://pyredis.readthedocs.org/
Installing
----------
pyredis can be installed via pip as follows:
::
pip install pyredis
Author
------
Stephan Schultchen <stephan.schultchen@gmail.com>
License
-------
Unless stated otherwise on-file pyredis uses the MIT license,
check LICENSE file.
Contributing
------------
If you'd like to contribute, fork the project, make a patch and send a pull
request.
************
Redis Client implementation for Python. The Client is in an early stage and only
supports Python 3 for the moment. If there is enough interest, i will make it work
with Python 2.
Currently implemented Features:
- Base Redis Client
- Publish Subscribe Client
- Sentinel Client
- Connection Pool
- Sentinel Backed Connection Pool
Planned Features:
- Client & Pool for Redis Cluster
- Python 2 support ( if there is enough interest )
Documentation
-------------
http://pyredis.readthedocs.org/
Installing
----------
pyredis can be installed via pip as follows:
::
pip install pyredis
Author
------
Stephan Schultchen <stephan.schultchen@gmail.com>
License
-------
Unless stated otherwise on-file pyredis uses the MIT license,
check LICENSE file.
Contributing
------------
If you'd like to contribute, fork the project, make a patch and send a pull
request.