We have an application here which uses redis cluster to hold some short lived keys, on the order of 2 seconds. While we want the master to fail over to the slave if something happens to the master, short term loss of this ephemeral data is unimportant. To save bandwidth we'd like to disable replication between the master and slave. Is there any configuration that of master and slave in a cluster that can make this happen?
Asked
Active
Viewed 763 times
3
-
Is it actually a cluster or is it just master-slave replication? – Chris Tanner Sep 27 '16 at 08:15
-
It's actually a cluster. Not just a `slaveof` situation – Allan Wax Sep 27 '16 at 21:23