Convergent or Commutative Replicated Data Types
Also known as "Conflict-Free Replicated Data Types", CDRTs describes a collection of data types for distributed computing which are guaranteed to converge—produce a consistent and semantically reasonable result—without locking, even in the presence of concurrent updates. These structures are especially valuable when implemented with eventually-consistent NoSQL data stores.