
read your writes
if a process writes a value, its subsequent reads must observe the effects of that write
“Read your writes guarantees a user sees the profile update they just submitted.”

if a process writes a value, its subsequent reads must observe the effects of that write
“Read your writes guarantees a user sees the profile update they just submitted.”