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 43f16ec commit aae7766Copy full SHA for aae7766
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. 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.
+currently selected database. 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