mirror of
https://github.com/fluencelabs/redis
synced 2025-04-05 01:01:04 +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={
|
ALLOWED_OPTIONS={
|
||||||
"create" => {"replicas" => true},
|
"create" => {"replicas" => true},
|
||||||
"addnode" => {"slave" => false, "master-id" => true}
|
"add-node" => {"slave" => false, "master-id" => true}
|
||||||
}
|
}
|
||||||
|
|
||||||
def show_help
|
def show_help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user