Skip to content

Commit 23f4a12

Browse files
committed
enhancement: Implement Static Hasing Client & Pool, supporting Bulk Requests
1 parent 3eecb88 commit 23f4a12

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.rst

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Introduction
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.
54
If there is enough interest, i will make it work with Python 2.
65

76
Currently 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

1616
Planned 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-
2521
Installing
2622
----------
2723

2824
pyredis 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

4644
If you'd like to contribute, fork the project, make a patch and send a pull
47-
request.
45+
request.

0 commit comments

Comments
 (0)