summaryrefslogtreecommitdiff
path: root/src/commands/cluster-getkeysinslot.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cluster-getkeysinslot.json')
-rw-r--r--src/commands/cluster-getkeysinslot.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cluster-getkeysinslot.json b/src/commands/cluster-getkeysinslot.json
index 97c3a3b8e..06c1b03c8 100644
--- a/src/commands/cluster-getkeysinslot.json
+++ b/src/commands/cluster-getkeysinslot.json
@@ -1,7 +1,7 @@
{
"GETKEYSINSLOT": {
"summary": "Return local key names in the specified hash slot",
- "complexity": "O(log(N)) where N is the number of requested keys",
+ "complexity": "O(N) where N is the number of requested keys",
"group": "cluster",
"since": "3.0.0",
"arity": 4,