mirror of https://mirror.osredm.com/root/redis.git
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,
|
{"addslots",clusterCommand,-3,
|
||||||
"admin ok-stale random"},
|
"admin ok-stale random"},
|
||||||
|
|
||||||
|
{"addslotsrange",clusterCommand,-4,
|
||||||
|
"admin ok-stale random"},
|
||||||
|
|
||||||
{"bumpepoch",clusterCommand,2,
|
{"bumpepoch",clusterCommand,2,
|
||||||
"admin ok-stale random"},
|
"admin ok-stale random"},
|
||||||
|
|
||||||
|
@ -567,6 +570,9 @@ struct redisCommand clusterSubcommands[] = {
|
||||||
{"delslots",clusterCommand,-3,
|
{"delslots",clusterCommand,-3,
|
||||||
"admin ok-stale random"},
|
"admin ok-stale random"},
|
||||||
|
|
||||||
|
{"delslotsrange",clusterCommand,-4,
|
||||||
|
"admin ok-stale random"},
|
||||||
|
|
||||||
{"failover",clusterCommand,-2,
|
{"failover",clusterCommand,-2,
|
||||||
"admin ok-stale random"},
|
"admin ok-stale random"},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue