Hi guys,
I am playing with the automated deployment of replicated Redis clusters and I am struggling a bit with the recommended deployment topology, i.e. the master and slave distribution per node.
I'd like to have to have a fully replicated three node cluster, i.e. 3 master instances and 2 replica instances per master instance.
Should every master instance and every replica instance reside on a dedicated node or should they reside together on the same node.
So for example, if I want to deploy a fully-replicated 3 node cluster, I see two options:
Thanks a lot for any advice on this topic!