From 190babe2df31556500bda417a93eb2d560009d08 Mon Sep 17 00:00:00 2001 From: antirez Date: Sat, 2 Jan 2016 13:13:32 +0100 Subject: [PATCH] redis-trib: Remove duplicated key in hash initialization. --- src/redis-trib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis-trib.rb b/src/redis-trib.rb index fb7f7f2c6..c03f651f9 100755 --- a/src/redis-trib.rb +++ b/src/redis-trib.rb @@ -1570,7 +1570,7 @@ ALLOWED_OPTIONS={ "add-node" => {"slave" => false, "master-id" => true}, "import" => {"from" => :required, "copy" => false, "replace" => false}, "reshard" => {"from" => true, "to" => true, "slots" => true, "yes" => false, "timeout" => true, "pipeline" => true}, - "rebalance" => {"weight" => [], "auto-weights" => false, "threshold" => RebalanceDefaultThreshold, "use-empty-masters" => false, "timeout" => true, "simulate" => false, "pipeline" => true, "threshold" => true}, + "rebalance" => {"weight" => [], "auto-weights" => false, "use-empty-masters" => false, "timeout" => true, "simulate" => false, "pipeline" => true, "threshold" => true}, "fix" => {"timeout" => MigrateDefaultTimeout}, }