mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Cluster: redis-trib: options table entry for add-node fixed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user