redis-pro
Installation
SKILL.md
Redis Pro
Expert-level orchestration of Redis as a database, cache, and message broker. Focuses on high-throughput, low-latency data structures and patterns.
Boundary
redis-pro covers core data types (Strings, Lists, Sets, Hashes, Sorted Sets), advanced types (HyperLogLog, Bitmaps, Streams), Pub/Sub, Lua scripting, Caching strategies (Write-through, Cache-aside), and Redis Modules (RediSearch, RedisJSON). It does NOT cover general SQL or persistent-first databases (use postgresql-pro for that).
When to use
- Implementing high-speed caching layers to reduce database load.
- Building real-time features like leaderboards (Sorted Sets) or chat (Pub/Sub).
- Designing distributed locks and rate limiters.
- Managing high-throughput event streams with Redis Streams.