Add new SLOTSRANGE to subcommands table (#9689)

This commit is contained in:
guybe7
2021-10-27 10:44:14 +03:00
committed by GitHub
parent 5fb4adba65
commit 975f51fe16
+6
View File
@@ -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"},