| name | Redis |
| description | Add and debug Redis caching, TTLs, sessions, queues, rate limits, and cache invalidation. |
Redis
Use this skill when the repo has Redis evidence such as redis, ioredis, BullMQ, session stores, or cache modules.
Workflow
- Inspect Redis client setup, cache keys, TTL policy, and invalidation paths.
- Confirm whether Redis is used for cache, queue, session, rate limit, or pub/sub behavior.
- Patch the smallest client/service boundary and preserve existing key conventions.
- Verify with focused tests or a local command that exercises the Redis path.