Skip to content

Commit af71a99

Browse files
authored
Clarify connected replicas response in documentation
Removed mention of timeout in connected replicas explanation.
1 parent f0c2f7e commit af71a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage_descriptions/replication-17-tu8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ redis-cli WAIT 9 500
1717
(integer) 7
1818
```
1919

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`).
2121

2222
For this stage, you can ignore both arguments (`<numreplicas> <timeout>`) and simply return the number of connected replicas.
2323

0 commit comments

Comments
 (0)