mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Fixes CLUSTER COUNTKEYSINSLOT (#9672)
Introduced via typo in #9504. Also adds a sanity test for coverage.
This commit is contained in:
@@ -561,7 +561,7 @@ struct redisCommand clusterSubcommands[] = {
|
||||
{"count-failure-reports",clusterCommand,3,
|
||||
"admin ok-stale random"},
|
||||
|
||||
{"countkeysinslots",clusterCommand,3,
|
||||
{"countkeysinslot",clusterCommand,3,
|
||||
"ok-stale random"},
|
||||
|
||||
{"delslots",clusterCommand,-3,
|
||||
|
||||
Reference in New Issue
Block a user