Consistency Patterns + CAP Theorem
1. Consistency Patterns
1.1. Strong Consistency
After an update is made to the data, it will be immediately visible to any subsequent read operations. The data is replicated in a synchronous manner,
ejjung.hashnode.dev4 min read