You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stage_descriptions/replication-11-zn8.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,10 @@ $ redis-cli SET bar 2
38
38
$ redis-cli SET baz 3
39
39
```
40
40
41
-
It will then assert that these commands were propagated to the replica in the correct order. The tester will expect to receive these commands encoded as RESP arrays and sent on the replication connection (the one used for the handshake).
41
+
It will then assert that these commands were propagated to the replica in the correct order. The tester will expect to receive these commands:
42
+
43
+
- Encoded as RESP arrays.
44
+
- Sent on the same connection used for the handshake (replication connection).
0 commit comments