Staff Engineering Skills Consistency Models

Prevent stale read bugs caused by replica lag, cache staleness, and index delay. Use when writing code that reads data after writing it, uses read replicas, caches query results, reads from search indexes, or builds event-driven read models. Activates on patterns like create-then-redirect, update-then-read, cache-aside with TTL, search-after-create, or any write followed by a read that might hit a different data source.

triggerdotdev 90befe0 10.2 KB Updated

File contents

triggerdotdev/staff-engineering-skills/tree/main/skills/staff-engineering-skills-consistency-models commit 90befe03e7

Frequently asked questions

npx skillmds@latest add triggerdotdev/staff-engineering-skills-consistency-models