Skip to content

Would the commands replicated in the order executed always? #13199

Closed Answered by sundb
WeihanLi asked this question in Q&A
Discussion options

You must be logged in to vote
The asynchronous model is not directly related to the order in which the commands are replicated. asynchronous means that the commands that need to be replicated will be put into the replication backlog, and the backlog will be sent to the replications in the cron. However, the order of commands in the backlog is still the same as the order in which they are executed.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@WeihanLi
Comment options

@sundb
Comment options

Answer selected by WeihanLi
@WeihanLi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants