Skip to content

Commit 766839d

Browse files
committed
adding link to om client
1 parent 1698d82 commit 766839d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To install redis-py, simply:
2727
$ pip install redis
2828
```
2929

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)!
3131

3232
redis-py requires a running Redis server. Assuming you have docker
3333
```bash
@@ -1145,7 +1145,7 @@ Using scripting within pipelines in cluster mode is **not supported**.
11451145
**RedisCluster specific options**
11461146

11471147
require_full_coverage: (default=False)
1148-
1148+
11491149
When set to False (default value): the client will not require a
11501150
full coverage of the slots. However, if not all slots are covered,
11511151
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**.
11551155
When set to True: all slots must be covered to construct the
11561156
cluster client. If not all slots are covered, RedisClusterException
11571157
will be thrown.
1158-
1158+
11591159
read_from_replicas: (default=False)
11601160

11611161
Enable read from replicas in READONLY mode. You can read possibly
11621162
stale data.
11631163
When set to true, read commands will be assigned between the
11641164
primary and its replications in a Round-Robin manner.
1165-
1165+
11661166
dynamic_startup_nodes: (default=True)
11671167

11681168
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**.
11721172
listed in the CLUSTER SLOTS output.
11731173
If you use dynamic DNS endpoints for startup nodes but CLUSTER SLOTS lists
11741174
specific IP addresses, it is best to set it to false.
1175-
1175+
11761176
cluster_error_retry_attempts: (default=3)
11771177

11781178
Retry command execution attempts when encountering ClusterDownError
11791179
or ConnectionError
1180-
1180+
11811181
reinitialize_steps: (default=10)
11821182

11831183
Specifies the number of MOVED errors that need to occur before

0 commit comments

Comments
 (0)