Replies: 1 comment 1 reply
-
What scope and what warming state are you measuring? If you have a pre-initialized |
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 have found that this block code typically takes between 1.3 seconds and 1.7 seconds in our environment when the load is very LOW.
public <K, V> StatefulRedisConnection<K, V> connect(RedisCodec<K, V> codec) {
I wonder how long it is supposed to be, like 300 ms, 1000 ms? Is our 1.7 seconds is abnormally high? We are using Lettuce client 6.2 final and the server is aws redis.
What this code does to use so much time? And anyway to improve it?
Beta Was this translation helpful? Give feedback.
All reactions