summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/cluster-countkeysinslot.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/cluster-countkeysinslot.md')
-rw-r--r--iredis/data/commands/cluster-countkeysinslot.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/iredis/data/commands/cluster-countkeysinslot.md b/iredis/data/commands/cluster-countkeysinslot.md
index 92ec7c6..0bffec8 100644
--- a/iredis/data/commands/cluster-countkeysinslot.md
+++ b/iredis/data/commands/cluster-countkeysinslot.md
@@ -1,6 +1,7 @@
-Returns the number of keys in the specified Redis Cluster hash slot. The command
-only queries the local data set, so contacting a node that is not serving the
-specified hash slot will always result in a count of zero being returned.
+Returns the number of keys in the specified Redis Cluster hash slot. The
+command only queries the local data set, so contacting a node
+that is not serving the specified hash slot will always result in a count of
+zero being returned.
```
> CLUSTER COUNTKEYSINSLOT 7000
@@ -9,5 +10,4 @@ specified hash slot will always result in a count of zero being returned.
@return
-@integer-reply: The number of keys in the specified hash slot, or an error if
-the hash slot is invalid.
+@integer-reply: The number of keys in the specified hash slot, or an error if the hash slot is invalid.