What is the maximum number of physical machines that a redis cluster can support?

how many physical machines can the RT,redis cluster support, and what is the system limit?


redis solves the problem of distributed environment by ensuring that the server at the time of writing and the server at the time of reading are in the same place through the consistent hash algorithm. Your question is so vague that you have encountered a bottleneck in cluster performance.

  1. redis cluster server configuration?
  2. how many redis cluster servers are there?
Menu