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-17-tu8.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ $ redis-cli WAIT 9 500
17
17
(integer) 7
18
18
```
19
19
20
-
In the example above, `7` replicas are connected. No matter how many replicas the client asks for, the master will reply with the number of connected replicas (`7`) once the timeout has passed.
20
+
In the example above, `7` replicas are connected. No matter how many replicas the client asks for, the master will reply with the number of connected replicas (`7`).
21
21
22
22
For this stage, you can ignore both arguments (`<numreplicas> <timeout>`) and simply return the number of connected replicas.
0 commit comments