Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
975f51fe
"vscode:/vscode.git/clone" did not exist on "39f2ab595cb4adb7eb964a2317734f8f7d2892b4"
Unverified
Commit
975f51fe
authored
Oct 27, 2021
by
guybe7
Committed by
GitHub
Oct 27, 2021
Browse files
Add new SLOTSRANGE to subcommands table (#9689)
parent
5fb4adba
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server.c
View file @
975f51fe
...
@@ -555,6 +555,9 @@ struct redisCommand clusterSubcommands[] = {
...
@@ -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[] = {
...
@@ -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"},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment