X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/794e6ce14ff85f00b0d3e86365e9cc45a90d3bcf..e323635c2d9d9039442cd1014932e4dd314d2d06:/src/redis-trib.rb diff --git a/src/redis-trib.rb b/src/redis-trib.rb index 473e4922..1b83e19c 100755 --- a/src/redis-trib.rb +++ b/src/redis-trib.rb @@ -357,7 +357,7 @@ class RedisTrib keys = source.r.cluster("getkeysinslot",slot,10) break if keys.length == 0 keys.each{|key| - source.r.migrate(target.info[:host],target.info[:port],key,0,1) + source.r.migrate(target.info[:host],target.info[:port],key,0,1000) print "." if o[:verbose] STDOUT.flush }