Lettuce behavior when redis db is down #2364
Replies: 1 comment
-
Check out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Friends,
Does lettuce handles things gracefully when redis db goes down suddenly.? What I mean is I do not have to implement circuit breaker pattern explicitly for this purpose.
Actually, I do not want to consume my connections from connection pools in case redis db goes down suddenly.
Any help would be appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions