Add new SLOTSRANGE to subcommands table (#9689)
This commit is contained in:
@@ -555,6 +555,9 @@ struct redisCommand clusterSubcommands[] = {
|
||||
{"addslots",clusterCommand,-3,
|
||||
"admin ok-stale random"},
|
||||
|
||||
{"addslotsrange",clusterCommand,-4,
|
||||
"admin ok-stale random"},
|
||||
|
||||
{"bumpepoch",clusterCommand,2,
|
||||
"admin ok-stale random"},
|
||||
|
||||
@@ -567,6 +570,9 @@ struct redisCommand clusterSubcommands[] = {
|
||||
{"delslots",clusterCommand,-3,
|
||||
"admin ok-stale random"},
|
||||
|
||||
{"delslotsrange",clusterCommand,-4,
|
||||
"admin ok-stale random"},
|
||||
|
||||
{"failover",clusterCommand,-2,
|
||||
"admin ok-stale random"},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user