X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/57f8021cb212eb8bed35ea13329acacf46520e99..0bd6d68e34bc41cd80cd7fc44aab9cf3884de8dc:/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 }