I have 3 Redis clusters each with 3 master nodes and 3 slave nodes. I want to make one of clusters as the primary cluster and the remaining two as the secondary cluster meaning data from the slave/master nodes of the primary cluster will be replicated to the master nodes of the secondary cluster.
In other words, data mapped to each slot of primary cluster would be replicated to corresponding slot of master node in secondary clusters.
Is there any simple way to achieve this? Please help.
Thank you in advance.