From efe51dfff51caf81c4731ea41cb14bfc55b411f2 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 22 Feb 2013 10:05:07 +0100 Subject: [PATCH] redis-trib: specify single node address when fixing coverage. --- 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 e127c2df..feed9009 100755 --- a/src/redis-trib.rb +++ b/src/redis-trib.rb @@ -280,7 +280,7 @@ class RedisTrib not_covered.each{|slot| nodes = nodes_with_keys_in_slot(slot) slots[slot] = nodes - puts "Slot #{slot} has keys in #{nodes.length} nodes" + puts "Slot #{slot} has keys in #{nodes.length} nodes: #{nodes.join}" } none = slots.select {|k,v| v.length == 0}