-
Notifications
You must be signed in to change notification settings - Fork 7
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
Migration to aioredis 2.0.0 #3
Comments
+1 @mariaines How did you end up proceeding? redis-py-cluster looks like a potential alternative but its not asyncio. |
We are still on this library, the ConnectionResetError are infrequent enough that it's been fine for us. That said we are still thinking about just moving to redis-py / redis-py-cluster and accepting the lack of async. |
Are you sure the problem is with aioredis and not with the number of connections on redis node? Check ConnectionResetError usually means network level problems. this is in fact receive of the RST packet. |
And answer the question. There are no plans to migrate to |
Hi, are there any plans to migrate to aioredis 2.0.0?
I am running into occasional ConnectionResetError and this issue suggests 2.0.0 might fix it (maybe...)
The text was updated successfully, but these errors were encountered: