Replies: 1 comment 7 replies
-
Hey @Taragos , This looks like a bug, can you create an issue for this? Please include a reproduction scenario, or, at the very least, the lettuce call that throws. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am currently trying to use the auto-instrumentation of the java agent to capture my lettuce Redis calls, but I am running into an error.
Whenever the lettuce client is trying to call the setex async command, the application runs into an error loop.
The stack trace is sadly not very helpful, with the last recorded call pointing to an RedisCodec.encodeValue() function, which I can't debug since its breakpoint is never triggered.
Did anyone else come across this or a similar error?
Beta Was this translation helpful? Give feedback.
All reactions