mirror of
https://github.com/fluencelabs/redis
synced 2025-03-16 15:40:49 +00:00
Cluster: redis-trib: options table entry for add-node fixed.
This commit is contained in:
parent
6df4ffe639
commit
dca95f241c
@ -988,7 +988,7 @@ COMMANDS={
|
||||
|
||||
ALLOWED_OPTIONS={
|
||||
"create" => {"replicas" => true},
|
||||
"addnode" => {"slave" => false, "master-id" => true}
|
||||
"add-node" => {"slave" => false, "master-id" => true}
|
||||
}
|
||||
|
||||
def show_help
|
||||
|
Loading…
x
Reference in New Issue
Block a user