summary refs log tree commit diff
path: root/changelog.d/15274.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove no-op send_command for Redis replication. (#15274)Patrick Cloke2023-03-161-0/+1
With Redis commands do not need to be re-issued by the main process (they fan-out to all processes at once) and thus it is no longer necessary to worry about them reflecting recursively forever.