What problem does it solve?
This Skill helps you design, implement, and operate Redis (6+) safely and efficiently, avoiding common pitfalls and ensuring optimal performance and reliability.
Core Features & Use Cases
- Redis Role Selection: Choose Redis's role (cache, session, rate-limit, queue) based on your needs.
- Data Modeling & Operations: Design keys, model data structures, and manage TTLs, memory, and eviction policies.
- High Availability & Security: Implement HA strategies, secure your Redis instance, and debug performance issues.
- Use Case: You need to set up a Redis instance to act as a high-performance cache for your web application, ensuring data is efficiently stored, retrieved, and evicted when necessary, while also being secure and highly available.
Quick Start
Use the redis skill to design a Redis plan including keys, TTLs, eviction, persistence, and HA, and identify performance and security risks.