Skip to content

Conversation

TropicolX
Copy link
Contributor

@TropicolX TropicolX commented Oct 2, 2025

Updated command propagation section for clarity and consistency. Revised descriptions of write commands and their propagation process.


Note

Clarifies replication docs for write-command propagation over the replication connection, streamlines the tests section, and tightens notes/wording.

  • Docs (replication-11-zn8.md):
    • Command Propagation: Clarifies that only write commands (e.g., SET, DEL) are propagated; non-write commands (e.g., PING, ECHO) are not.
    • Propagation Process: Refines explanation that commands are sent as RESP arrays over the same replication connection; replicas process without responding; mentions REPLCONF GETACK as the exception.
    • Tests: Replaces step-by-step handshake list with a concise reference to the full handshake; specifies verification that write commands are received in order, as RESP arrays, on the replication connection.
    • Notes: Tightens wording and formatting; emphasizes use of the replica-initiated TCP connection and buffering assumption.

Written by Cursor Bugbot for commit 41cacf6. This will update automatically on new commits. Configure here.

Updated command propagation section for clarity and consistency. Revised descriptions of write commands and their propagation process.
Clarified expectations for command propagation in replication tests.
@TropicolX TropicolX merged commit 6229790 into main Oct 3, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant