Tags: Programming Language.
Eventual consistency is a consistency model used in distributed computing that informally guarantees that if no new updates are made to a given data item eventually all accesses to that item will return the last updated value. Eventual consistency is widely deployed in distributed systems often under the moniker of optimistic replication and has origins in early mobile computing projects.