I tried to understand why redis cluster suggests at least three masters. I read http://redis.io/topics/cluster-tutorial, https://redis.io/topics/cluster-spec Redis cluster: 3 master nodes minimum?
but they just said I should use three masters without explaining why. Can anybody explain or show me a link about this theorem? And what is the drawback without using at least 3 masters? It is said it is for high availability but again, I do not why.