On Jul 8, 1:44 am, riskio <[email protected]> wrote: > > While it's multi-versioned, there's only one ``correct'' value for > > any given key. > > so, this comes from the "Compare and set" mechanism..right? > because the only way to be sure to retrieve the item i'm looking for > is to hold a counter.. > i hope i have understood..
No, this is because you're holding onto the older value that is in transmission. CAS is unrelated.
