Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 71001ad

Browse files
committed
A major pass on implemented commands documentation to use a new format that will make browing commands much easier and logical over the old documentation. This is only the first pass on it and still requires more work to be complete.
1 parent eb2b738 commit 71001ad

File tree

7 files changed

+503
-127
lines changed

7 files changed

+503
-127
lines changed

docs/client.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
RedisCluster client configuration options
22
=========================================
33

4-
This chapter is supposed to describe all the configuration options and flags that can be sent into the RedisCluster class instance.
4+
This chapter will describe all the configuration options and flags that can be sent into the RedisCluster class instance.
55

6-
Each option will be described in a seperate topic to describe how it works and what it does. This will only describe any options that does anything else when compared to redis-py, or new options that is cluster specific.
6+
Each option will be described in a seperate topic to describe how it works and what it does. This will only describe any options that does anything else when compared to the options that redis-py already provides, or new options that is cluster specific. To find out what options redis-py provides please consult the documentation and/or git repo for that project.
77

88

99

10-
host_port_remap
11-
---------------
10+
Host port remapping
11+
-------------------
1212

1313
This option exists to enable the client to fix a problem where the redis-server internally tracks a different ip:port compared to what your clients would like to connect to.
1414

0 commit comments

Comments
 (0)