Replies: 1 comment
-
It is a valid point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found these codes.
https://github.com/redis/jedis/blame/1d1b268f9be5b093f6684bc814d2fdab376a1ee3/src/main/java/redis/clients/jedis/MultiNodePipelineBase.java#L54-L56
and the pr #3330.
This makes me confused.
The
connections: LinkedHashMap
, It's not a Concurrent Data Structures, Unexpected results may occur when used in multiple threads. So why we need add the code to support it under multi thread?Beta Was this translation helpful? Give feedback.
All reactions