How can I implement an atomic incr and decr on an eventually consistent key-value store?
Is this even possible? Does being eventually consistent mean that I just have to accept that a value will never be for sure?
How can I implement an atomic incr and decr on an eventually consistent key-value store?
Is this even possible? Does being eventually consistent mean that I just have to accept that a value will never be for sure?