Skip to content

Commit aae7766

Browse files
committed
Revert "review"
This reverts commit 43f16ec. Signed-off-by: xbasel <[email protected]>
1 parent 43f16ec commit aae7766

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

commands/cluster-countkeysinslot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Returns the number of keys in the specified Valkey Cluster hash slot in the
2-
currently selected database. For example, if the selected database is 1, the
3-
command returns the total number of keys in the specified slot only in database 1.
4-
The command only queries the local data set, so contacting a node that is not
5-
serving the specified hash slot will always result in a count of zero being returned.
2+
currently selected database. The command only queries the local data set,
3+
so contacting a node that is not serving the specified hash slot will always
4+
result in a count of zero being returned.
5+
66

77
```
88
> CLUSTER COUNTKEYSINSLOT 7000

0 commit comments

Comments
 (0)