Skip to content

Commit 443d87d

Browse files
authored
Clarify handshake description in replication documentation
Removed the word 'sequence' for clarity in the replication description.
1 parent 3f62a42 commit 443d87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage_descriptions/replication-12-hd5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The tester will execute your program like this:
1414
./your_program.sh --port <PORT>
1515
```
1616

17-
It will then start **multiple** replicas that will each connect to your server, complete the handshake sequence, and receive the initial RDB file.
17+
It will then start **multiple** replicas that will each connect to your server, complete the handshake, and receive the initial RDB file.
1818

1919
Next, the tester will send `SET` commands to the master from a separate client.
2020

0 commit comments

Comments
 (0)