Native (Erlang)
This page describes the native Erlang API of Antidote.
Protocol Buffer API
CRDTs
{increment, integer()}
{decrement, integer()}{add, term()}
{remove, term()}
{add_all, [term()]}
{remove_all, [term()]}{add, {term(), actor()}}
{remove, {term(), actor()}}
{add_all, {[term()], actor()}}
{remove_all, {[term()], actor()}}Transactions
Interactive transactions
Static transactions
Cluster management
Last updated