Skip to content

Commit 43f16ec

Browse files
committed
review
Signed-off-by: xbasel <[email protected]>
1 parent 52ac2ee commit 43f16ec

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. 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-
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.
66

77
```
88
> CLUSTER COUNTKEYSINSLOT 7000

0 commit comments

Comments
 (0)