Skip to content

Read consistency across keys #116

Answered by badrishc
plaisted asked this question in Q&A
Discussion options

You must be logged in to vote

You can wrap the reads into a transaction, then you will get a consistent read across the keys. Performance should be good for many keys, as long are there isn't a lot of contention with writes.

https://microsoft.github.io/garnet/docs/extensions/transactions

Replies: 2 comments 1 reply

Comment options

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

You must be logged in to vote
1 reply
@badrishc
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