We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ac2ee commit 43f16ecCopy full SHA for 43f16ec
commands/cluster-countkeysinslot.md
@@ -1,8 +1,8 @@
1
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
-
+currently selected database. For example, if the selected database is 1, the
+command returns the total number of keys in the specified slot only in database 1.
+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.
6
7
```
8
> CLUSTER COUNTKEYSINSLOT 7000
0 commit comments