Replies: 2 comments 2 replies
-
@Lqinhao Could you please rephrase your question? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Not sure if I fully understand your question. Jedis is just a Redis client. We don't do concurrency control on the client side. If you want to add multi values to a |
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 am using Jedis to add values to redis value of set. And i wonder if JedisSetCommonds its self impl support concurrency access of redis connect to add values to set?
Beta Was this translation helpful? Give feedback.
All reactions