I tried to open io-threads in Redis cluster, but it doesn't seem to have an influence on performance I have read this issue about how to test io-threads. https://github.com/redis/redis/issues/7996 I compared io-threads 3 with single thread Run 3 redis-benchmark, each of them is 3 threads But the results are similar. Can Redis cluster enable io-threads to improve performance? I didn't find relevant infomation about this. Is it meaningful to enable io-threads in Redis cluster?

Comment From: judeng

Interesting question, according to my intuition, if multi-IO improves the performance of standalone mode, then it should also improve in cluster mode too. But in some small value(only 10bytes) baseline tests, io is not the bottleneck point of redis, and I also did not observe the improvement of io-threads. Can you share your detailed benchmark arguments?