Replies: 1 comment 6 replies
-
First of all, Jedis 2.9 an ancient version. Please use a latest/updated release. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Redis cluster and redis client version information:
jedis version :2.9
Redis cluster version : 4.0 Shard deployment:100 master 100 slave qps:2w per second for a single shard
scene description
Setting maxWaitMillis and soTimeout parameter from 50ms to 25ms causes a large number of cluster slot commands to be executed,
The redis cluster load is very high and the cluster service is unavailable,Is there a best practice for jedis parameter setting?
Beta Was this translation helpful? Give feedback.
All reactions