Syn Redis Caching

Redis: cache-aside patterns and TTLs

legendtkl a15df0f 652 B Updated

File contents

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.

legendtkl/agentic-skill-router/tree/main/experiments/dci-compare/synthetic-skills/syn-redis-caching commit a15df0fee8

Frequently asked questions

npx skillmds@latest add legendtkl/syn-redis-caching