I use a replication mechanism to have a living master through sentinel, but I do not care about data synchronization between master and slave.
Can I disable it? Can I set the interval between two sync?
I can use diskless replication and set repl-diskless-sync-delay
to a large number to avoid it. Is it correct?