Object API
93
User1 = {michel, antidote_crdt_mvreg, user_bucket},
{ok, Time2} = antidote:update_objects(ignore, [],
[{User1, assign,
{["Michel", “
[email protected]”],
ClientIdentifier}}]),
{ok, Result, Time2} = antidote:read_objects(
ignore, [], [User1]).
Read the object, providing a minimum snapshot time.
Simple, operation-based API.
(think Redis, Riak CRDTs)
Causal dependencies are
automatically captured by
execution order.