I went through the redis cluster documentation and there it is written that there are 16384 slots in a redis cluster (cluster mode enabled). Does this mean that there can be a maximum of only 16384 master nodes in a cluster?
If yes, then how do we scale beyond 16384 master nodes?
If no, then how will it work since at least one pair of two master will be assigned the same hash slot?