diff --git a/kombu/transport/redis.py b/kombu/transport/redis.py index 4e72323d..b4d613b4 100644 --- a/kombu/transport/redis.py +++ b/kombu/transport/redis.py @@ -834,6 +834,8 @@ class Transport(virtual.Transport): (virtual.Transport.connection_errors + ( InconsistencyError, socket.error, + IOError, + OSError, exceptions.ConnectionError, exceptions.AuthenticationError)), (virtual.Transport.channel_errors + (