I have a master redis server (S1) and I have 6 other servers. I want them to have local redis slaves, so any change on the redis master will be replicated to the slaves on each local server
Can I write on a slave and make this one update the master, and then the master will update the other slaves?