Differentiating between connectTimeout in SocketOptions and defaultTimeout in RedisClusterClient #1895
Unanswered
visheshruparelia
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That looks pretty much like a duplicate of #1867. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My application uses AWS Elasticache. I am trying to follow this guide to increase my service's resiliency. One of the points being suggested is regarding the socket timeout:
The pseudo code on how I am creating connections is:
I was going through the lettuce docs and saw there are two timeout options available for this:
I would really appreciate if someone could help me understand the differences between the two and which one works better for my use case.
Beta Was this translation helpful? Give feedback.
All reactions