...
Consistency - The result of a read at T1 is the same as at T2 if there were no writes between T1 and T2. Basically, any read can see any previously completed write.
- Availability - The system can service all reads and writes.
...
...
Consistency - The result of a read at T1 is the same as at T2 if there were no writes between T1 and T2. Basically, any read can see any previously completed write.
...