Unverified Commit 975f51fe authored by guybe7's avatar guybe7 Committed by GitHub
Browse files

Add new SLOTSRANGE to subcommands table (#9689)

parent 5fb4adba
......@@ -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"},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment