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}