Redis Caching

Implementation playbook for using Redis as a cache and for common data-structure patterns. Use when asked to: add caching to a service, choose a caching strategy (cache-aside / write-through / write-behind), set TTLs and eviction, invalidate or warm a cache, implement rate limiting, a distributed lock, sessions, or a leaderboard. Triggers: "Redis", "cache", "caching", "cache-aside", "write-through", "write-behind", "TTL", "eviction", "LRU", "LFU", "cache invalidation", "cache stampede", "thundering herd", "rate limit", "distributed lock", "Redlock", "session store", "leaderboard", "pub/sub", "Lettuce", "Jedis", "@Cacheable".

AmitSharma1994 Updated

File contents

AmitSharma1994/copilot-skills/tree/main/.github/skills/redis-caching commit 49f8ef4106

Frequently asked questions

npx skillmds@latest add amitsharma1994/redis-caching