Add new SLOTSRANGE to subcommands table (#9689)

This commit is contained in:
guybe7 2021-10-27 09:44:14 +02:00 committed by GitHub
parent 5fb4adba65
commit 975f51fe16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"},