read-write dependency

read-write dependency

🔧 Distributed Systems Reliability

a relationship where operation A reads a version and operation B writes the next version of the same object

A read-write dependency chained the cache read to the subsequent database update.