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'm testing my code against the 1.34.1 version and noticed that the retry_connection keyword argument is no longer available. Is this an intentional ommission from the Redis class initialization?
The text was updated successfully, but these errors were encountered:
It is intentional. If the client gets disconnected, it will automatically retry the connection once per command execution. If the reconnection fails, the error will be raised. This has worked out pretty well for my use cases. If there is a use case that requires different logic, please let me know.
i'm testing my code against the 1.34.1 version and noticed that the retry_connection keyword argument is no longer available. Is this an intentional ommission from the Redis class initialization?
The text was updated successfully, but these errors were encountered: