Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove no-op send_command for Redis replication. (#15274) | Patrick Cloke | 2023-03-16 | 1 | -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. |