summary refs log tree commit diff
path: root/changelog.d/7482.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Redis reconnection logic (#7482)Erik Johnston2020-05-131-0/+1
Proactively send out `POSITION` commands (as if we had just received a `REPLICATE`) when we connect to Redis. This is important as other instances won't notice we've connected to issue a `REPLICATE` command (unlike for direct TCP connections). This is only currently an issue if master process reconnects without restarting (if it restarts then it won't have written anything and so other instances probably won't have missed anything).