redis-trib: specify single node address when fixing coverage.

This commit is contained in:
antirez 2013-02-22 10:05:07 +01:00
parent 915e81335e
commit efe51dfff5

View File

@ -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}