You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed some problems when copying data to new instances regarding connection timeouts. It seems that the default timeout set for redis-copy is too short. I increased it by modifying timeouts on REDIS_OPTIONS and the Redis.new() calls.
I suggest putting a timeout option to redis-copy for various use cases when the source and destination cannot provide very fast response (probably due to memory swapping like in our case, or some other reason).
The text was updated successfully, but these errors were encountered:
I have noticed some problems when copying data to new instances regarding connection timeouts. It seems that the default
timeout
set forredis-copy
is too short. I increased it by modifying timeouts onREDIS_OPTIONS
and theRedis.new()
calls.I suggest putting a timeout option to
redis-copy
for various use cases when the source and destination cannot provide very fast response (probably due to memory swapping like in our case, or some other reason).The text was updated successfully, but these errors were encountered: