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

This commit is contained in:
antirez 2013-02-22 10:05:07 +01:00
parent 26ed0c0e48
commit f65afe7592

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}