Results of Multiple Redis Tests Are Different
Symptom
The results of multiple Redis tests are quite different.
Key Process and Cause Analysis
There is a large number of threads on the client.
Conclusion and Solution
There are too many threads for the client to process, leading to different test results. You can change the value of redis.test.thread in the client configuration file to reduce the number of threads on the client.
Parent topic: Cluster Testing