Skip to content

Are async Transactions still completed sequentially? #2772

Answered by mp911de
pvlov asked this question in Q&A
Discussion options

You must be logged in to vote

Commands are sent in-order. The important bit is to not share the same redisConnection across threads to avoid shared mutable state. Other than that, this is the preferred pattern as you're not awaiting completion and benefitting from pipelining.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by pvlov
Comment options

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

@pvlov
Comment options

@mp911de
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