Can we perform master-master replication in Redis Sentinel?

We are establishing a Redis Sentinel cluster in two zones. Each zone will have a master node with as two slave nodes. We are looking for master-to-master replication between these zones (not in real time though).

According to my understanding, Redis Enterprise does provide this feature. But do we have anything for Redis sentinel configuration?

I came across some answers where Dynomite was mentioned as an option, but it appears that the project is no longer active.

We couldn’t find much information on this. Is a Redis Sentinel-compatible solution available for this?