You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ This client provides a client for redis cluster that was added in redis 3.0.
4
4
5
5
This project is a port of `redis-rb-cluster` by antirez, with alot of added functionality. The original source can be found at https://github.com/antirez/redis-rb-cluster
Copy file name to clipboardExpand all lines: docs/benchmarks.rst
+17-25Lines changed: 17 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ These are a few benchmarks that are designed to test specific parts of the code
8
8
Setup benchmarks
9
9
----------------
10
10
11
-
Before running any benchmark you should install this lib in editable mode inside a virtualenv so it can import `StrictRedisCluster` lib.
11
+
Before running any benchmark you should install this lib in editable mode inside a virtualenv so it can import `RedisCluster` lib.
12
12
13
13
Install with
14
14
15
15
.. code-block:: bash
16
-
16
+
17
17
pip install -e .
18
18
19
19
You also need a few redis servers to test against. You must have one cluster with at least one node on port `7001` and you must also have a non-clustered server on port `7007`.
@@ -42,26 +42,18 @@ Example output and comparison of different runmodes
42
42
43
43
.. code-block::
44
44
45
-
-- Running Simple benchmark with StrictRedis lib and non cluster server --
0 commit comments