diff options
Diffstat (limited to 'docs/tcp_replication.md')
-rw-r--r-- | docs/tcp_replication.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tcp_replication.md b/docs/tcp_replication.md index 15a61f6fcf..5b26f70f88 100644 --- a/docs/tcp_replication.md +++ b/docs/tcp_replication.md @@ -174,9 +174,8 @@ client (C): #### POSITION (S) - The position of the stream has been updated. Sent to the client - after all missing updates for a stream have been sent to the client - and they're now up to date. + On receipt of a POSITION command clients should check if they have missed any + updates, and if so then fetch them out of band. #### ERROR (S, C) |