@@ -27,7 +27,7 @@ To install redis-py, simply:
27
27
$ pip install redis
28
28
```
29
29
30
- Looking for a high-level library to handle object mapping? See [ redis-om-python] ( https://github.com/redis/redis-om-python ) !
30
+ Looking for a high-level library to handle object mapping? See [ redis-om-python] ( https://github.com/redis/redis-om-python ) !
31
31
32
32
redis-py requires a running Redis server. Assuming you have docker
33
33
``` bash
@@ -1145,7 +1145,7 @@ Using scripting within pipelines in cluster mode is **not supported**.
1145
1145
** RedisCluster specific options**
1146
1146
1147
1147
require_full_coverage: (default=False)
1148
-
1148
+
1149
1149
When set to False (default value): the client will not require a
1150
1150
full coverage of the slots. However, if not all slots are covered,
1151
1151
and at least one node has 'cluster-require-full-coverage' set to
@@ -1155,14 +1155,14 @@ Using scripting within pipelines in cluster mode is **not supported**.
1155
1155
When set to True: all slots must be covered to construct the
1156
1156
cluster client. If not all slots are covered, RedisClusterException
1157
1157
will be thrown.
1158
-
1158
+
1159
1159
read_from_replicas: (default=False)
1160
1160
1161
1161
Enable read from replicas in READONLY mode. You can read possibly
1162
1162
stale data.
1163
1163
When set to true, read commands will be assigned between the
1164
1164
primary and its replications in a Round-Robin manner.
1165
-
1165
+
1166
1166
dynamic_startup_nodes: (default=True)
1167
1167
1168
1168
Set the RedisCluster's startup nodes to all of the discovered nodes.
@@ -1172,12 +1172,12 @@ Using scripting within pipelines in cluster mode is **not supported**.
1172
1172
listed in the CLUSTER SLOTS output.
1173
1173
If you use dynamic DNS endpoints for startup nodes but CLUSTER SLOTS lists
1174
1174
specific IP addresses, it is best to set it to false.
1175
-
1175
+
1176
1176
cluster_error_retry_attempts: (default=3)
1177
1177
1178
1178
Retry command execution attempts when encountering ClusterDownError
1179
1179
or ConnectionError
1180
-
1180
+
1181
1181
reinitialize_steps: (default=10)
1182
1182
1183
1183
Specifies the number of MOVED errors that need to occur before
0 commit comments