Redis: cache-aside patterns and TTLs
When to use
Use this skill for cache-aside patterns and TTLs in Redis. This skill specifically handles cache-aside patterns and TTLs and nothing else in the Redis family.
Procedure
Implement cache-aside read-through, choose TTLs, prevent stampedes with locks/jitter, and pick eviction-friendly key shapes.
Notes
This is the Redis skill dedicated to cache-aside patterns and TTLs. Sibling skills cover other Redis capabilities; this one is the right choice only when the task is about cache-aside patterns and TTLs.