A solid reference for the Redis patterns you actually need in production: cache-aside vs write-through, distributed locks with proper token-based release, sliding window rate limiting with Lua scripts, and when to pick Streams over Pub/Sub. The data structure cheat sheet alone will save you from reinventing session storage as a JSON blob in a string. Covers the essentials like connection pooling, TTL strategies, and key naming conventions that prevent your cache from turning into a memory leak. Light on theory, heavy on copy-paste-adapt code. If you're adding Redis to an app and don't want to relearn the difference between INCR and ZADD every six months, this gets you there quickly.
npx -y skills add affaan-m/ecc --skill redis-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills