Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis-copy's connection too "fragile" to timeouts #3

Open
bitthegeek opened this issue Oct 13, 2014 · 2 comments · May be fixed by #8
Open

redis-copy's connection too "fragile" to timeouts #3

bitthegeek opened this issue Oct 13, 2014 · 2 comments · May be fixed by #8

Comments

@bitthegeek
Copy link

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).

@yaauie
Copy link
Owner

yaauie commented Oct 13, 2014

A pull-request would be welcome :smiling:

@bitthegeek
Copy link
Author

I'll send one once I got my free time back 😜

@bobzoller bobzoller linked a pull request Nov 30, 2016 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants