Replies: 2 comments 1 reply
-
It always sends metrics once every 10 minutes, instead of once every 5 seconds. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not able to reproduce the failure. The given code above configures |
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
-
I am using Lettuce client 6.2.0. I tried to change the eventEmitInterval, but it does not seem to work. What have I done wrong in below code?
ClientResources buildClientResources() {
RedisClient client = RedisClient.create(buildClientResources(), uri);
Beta Was this translation helpful? Give feedback.
All reactions