EJEJ Junginejjung.hashnode.dev·May 7 · 4 min readConsistency Patterns + CAP Theorem1. 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, 00