Expand description
Observed-Remove Set (OR-Set / Add-Wins Set)
Each add generates a unique tag. Remove only removes currently observed tags. Concurrent add and remove of the same element: add wins.
Structsยง
- ORSet
- An Observed-Remove Set (OR-Set) CRDT with add-wins semantics.
- ORSet
Delta - Delta payload for
ORSetreplication. - Tag
- A unique tag for each add operation