Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:dominictarr/crdt
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Nov 18, 2012
2 parents 69390fb + d001785 commit 57f0a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
#CRDT - Commutative Replicated Data Types

a CRDT is a data type designed so that opperations on it commute - give the same result
a CRDT is a data type designed so that operations on it commute - give the same result
indepent of the order in which they are applied.

CRDTs give you eventual consistency for free. it is not necessary to track concurrent changes
Expand Down

0 comments on commit 57f0a00

Please sign in to comment.