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
{{ message }}
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
aioredis.exceptions.ConnectionError is a custom exception that does not catch built-in python ConnectionErrors. As a result, Connection.get_connection may return broken/invalid connections.
Describe the bug
aioredis.exceptions.ConnectionError is a custom exception that does not catch built-in python ConnectionErrors. As a result, Connection.get_connection may return broken/invalid connections.
To Reproduce
See redis/redis-py#1772
Expected behavior
Connection.get_connection should catch OSError in addition to aioredis.exceptions.ConnectionError
Logs/tracebacks
Python Version
aioredis Version
$ python -m pip show aioredis
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: