summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/cluster-replicas.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
commit7480e618ec785ba8a1c74c8a150cffe5880fb3bb (patch)
tree87422376dd9a7eee55850f0fce9a8bb4c13e44a2 /iredis/data/commands/cluster-replicas.md
parentAdding upstream version 1.12.1. (diff)
downloadiredis-upstream/1.13.0.tar.xz
iredis-upstream/1.13.0.zip
Adding upstream version 1.13.0.upstream/1.13.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'iredis/data/commands/cluster-replicas.md')
-rw-r--r--iredis/data/commands/cluster-replicas.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/iredis/data/commands/cluster-replicas.md b/iredis/data/commands/cluster-replicas.md
index 678638a..4e6192e 100644
--- a/iredis/data/commands/cluster-replicas.md
+++ b/iredis/data/commands/cluster-replicas.md
@@ -1,15 +1,14 @@
The command provides a list of replica nodes replicating from the specified
-master node. The list is provided in the same format used by `CLUSTER NODES`
-(please refer to its documentation for the specification of the format).
+master node. The list is provided in the same format used by `CLUSTER NODES` (please refer to its documentation for the specification of the format).
-The command will fail if the specified node is not known or if it is not a
-master according to the node table of the node receiving the command.
+The command will fail if the specified node is not known or if it is not
+a master according to the node table of the node receiving the command.
-Note that if a replica is added, moved, or removed from a given master node, and
-we ask `CLUSTER REPLICAS` to a node that has not yet received the configuration
-update, it may show stale information. However eventually (in a matter of
-seconds if there are no network partitions) all the nodes will agree about the
-set of nodes associated with a given master.
+Note that if a replica is added, moved, or removed from a given master node,
+and we ask `CLUSTER REPLICAS` to a node that has not yet received the
+configuration update, it may show stale information. However eventually
+(in a matter of seconds if there are no network partitions) all the nodes
+will agree about the set of nodes associated with a given master.
@return