summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/readwrite.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/readwrite.md')
-rw-r--r--iredis/data/commands/readwrite.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/iredis/data/commands/readwrite.md b/iredis/data/commands/readwrite.md
index f31a1f9..d6d7089 100644
--- a/iredis/data/commands/readwrite.md
+++ b/iredis/data/commands/readwrite.md
@@ -1,9 +1,9 @@
-Disables read queries for a connection to a Redis Cluster slave node.
+Disables read queries for a connection to a Redis Cluster replica node.
-Read queries against a Redis Cluster slave node are disabled by default, but you
-can use the `READONLY` command to change this behavior on a per- connection
-basis. The `READWRITE` command resets the readonly mode flag of a connection
-back to readwrite.
+Read queries against a Redis Cluster replica node are disabled by default,
+but you can use the `READONLY` command to change this behavior on a per-
+connection basis. The `READWRITE` command resets the readonly mode flag
+of a connection back to readwrite.
@return