redis
Installation
SKILL.md
Redis Skill
Comprehensive assistance with Redis development, generated from official documentation.
When to Use This Skill
This skill should be triggered when:
- Implementing caching layers or session storage
- Building real-time applications (pub/sub, leaderboards, analytics)
- Working with Redis data types (strings, hashes, lists, sets, sorted sets)
- Setting up Redis persistence (RDB, AOF)
- Implementing distributed locks or rate limiting
- Using Redis for vector search and AI/ML applications
- Configuring Redis clusters or enterprise deployments
- Debugging Redis performance or memory issues
- Integrating Redis with Python, Node.js, or other languages