How RedisCommandTimeoutException is calculated #2268
Unanswered
karthikch53
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks,
Curious to know how
RedisCommandTimeoutException
is calculated.In our app, the
RedisCommandTimeoutException
is configured at 500ms. Looking at AWS logs, I don't see commands that take more than few 10s of milliseconds. However, the client still times out.Can someone help me understand when the clock starts and how the timeout is calculated?
Default timeout is
no timeout
Version: 6.2.1.RELEASE.jar
Config
Java code
Logs
Beta Was this translation helpful? Give feedback.
All reactions