Skip to content

Commit 79d9d10

Browse files
authored
Refine handshake process description in replication-09-vm3
Updated the section titles and removed redundant wording for clarity.
1 parent e8ee7b0 commit 79d9d10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stage_descriptions/replication-09-vm3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
In this stage, you'll add support for receiving the [`PSYNC`](https://redis.io/commands/psync/) command from the replica.
22

3-
### The Handshake Process (Recap)
3+
### Handshake (Recap)
44

5-
As a recap, the master receives the following for the handshake process:
5+
As a recap, the master receives the following for the handshake:
66

77
1. A `PING` from the replica
88
2. `REPLCONF` twice from the replica
@@ -44,7 +44,7 @@ It will then connect to your TCP server as a replica and send the following comm
4444

4545
1. `PING` - expecting `+PONG\r\n` back
4646
2. `REPLCONF listening-port <PORT>` - expecting `+OK\r\n` back
47-
3. `REPLCONF capa eof capa psync2` - expecting `+OK\r\n` back
47+
3. `REPLCONF capa psync2` - expecting `+OK\r\n` back
4848
4. `PSYNC ? -1` - expecting `+FULLRESYNC <REPL_ID> 0\r\n` back
4949

5050
**Notes**:

0 commit comments

Comments
 (0)