Add new SLOTSRANGE to subcommands table (#9689)
This commit is contained in:
parent
5fb4adba65
commit
975f51fe16
@ -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"},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user