File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 11Introduction
22************
3- Redis Client implementation for Python.
4- The Client only supports Python 3 for the moment.
3+ Redis Client implementation for Python. The Client only supports Python 3 for the moment.
54If there is enough interest, i will make it work with Python 2.
65
76Currently implemented Features:
@@ -11,22 +10,21 @@ Currently implemented Features:
1110 - Connection Pool
1211 - Sentinel Backed Connection Pool
1312 - Client & Pool for Redis Cluster
14- - Bulk Mode ( Not Supported with Redis Cluster )
13+ - Bulk Mode ( Not supported with Redis Cluster )
14+ - Client & Pool with Static Hash Cluster (Supports Bulk Mode)
1515
1616Planned Features:
17- - Python 2 support ( if there is enough interest )
17+ - Sentinel Backed Client & Pool with Static Hash Cluster (will support Bulk Mode)
18+ - Python 2 support ( If there is enough interest )
1819
1920
20- Documentation
21- -------------
22-
23- http://pyredis.readthedocs.org/
24-
2521Installing
2622----------
2723
2824pyredis can be installed via pip as follows:
29- ::
25+
26+ .. code ::
27+
3028 pip install python_redis
3129
3230 Author
@@ -44,4 +42,4 @@ Contributing
4442------------
4543
4644If you'd like to contribute, fork the project, make a patch and send a pull
47- request.
45+ request.
You can’t perform that action at this time.
0 commit comments