GitHub user git-hulk added a comment to the discussion: We expect kvrocks to support MVCC
@xinhua5 Thanks for your feedback. `EVAL_RO` also needs the MVCC feature to guarantee the data consistency, but this should be a big change and need to design carefully first. I have a rough idea is to allow passing `version` into connection, then all read operations should use this `version` instead of latest if exists. GitHub link: https://github.com/apache/incubator-kvrocks/discussions/905#discussioncomment-3705800 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
