Replies: 1 comment 3 replies
-
In order to prevent the jedis client from reconnecting to the redis server immediately after the network flashes and causing a large number of cluster slot commands to be executed, are there any suggestions for the jedis client configuration? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the case of abnormal network connection or reconnection of the jedis client, the execution of many cluster slots may be triggered from the jedis client. Executing the cluster slot command on a redis cluster with hundreds of nodes will further increase the CPU usage.How to control the performance impact of the jedis client executing the cluster slot command?
Beta Was this translation helpful? Give feedback.
All reactions