File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11In this stage, we'll start implementing support for receiving a replication handshake as a master.
22
3- ### The Handshake Process (Recap)
3+ ### Handshake (Recap)
44
55Up until now, we've been implementing the handshake from the replica's perspective. Now we'll implement the same handshake on the master side.
66
7- As a recap, the master receives the following from the replica during the handshake process :
7+ As a recap, the master receives the following from the replica during the handshake:
88
991 . A ` PING ` command
10102 . Two ` REPLCONF ` commands
@@ -26,6 +26,6 @@ The tester will execute your program like this:
2626
2727It will then send the following commands:
2828
29- 1 . ` PING ` — expecting ` +PONG\r\n ` as the response
29+ 1 . ` PING ` — expecting ` +PONG\r\n `
30302 . ` REPLCONF listening-port <PORT> ` — expecting ` +OK\r\n `
31313 . ` REPLCONF capa psync2 ` — expecting ` +OK\r\n `
You can’t perform that action at this time.
0 commit comments