Our slave master replication keeps killing our redis connection. It tries to connect to the master and replicate the master data. Unfortunately the link to the master seems to fail and the full resync starts again instead of just a partial resync.
It's in a full resync loop which is killing the network andmaking redis unavailable
When I first searched for a a spolution I found some blog posts saying to increase the repl-timeout. This just increased the time between the servers going down. I increased it to 360.
Would a further, larger increase in time solve this issue or is the connection to the master being lost during the background save because of another setting?