redis-best-practices
Comprehensive guide to Redis data structures, caching patterns, high availability, and performance optimization.
Install
npx skills add https://github.com/mindrally/skills --skill redis-best-practicesStats
| Total installs | 941 |
| Weekly installs | 939 |
| GitHub stars | 45 |
| First seen | Jan 25, 2026 |
| Source | @mindrally/skills |
Summary
- Covers five core data structures (strings, hashes, lists, sets, sorted sets) plus streams, with command examples and use-case guidance for each
- Includes three caching patterns (cache-aside, write-through, invalidation) with pseudo-code and TTL strategies to prevent thundering herd
- Addresses high availability via replication, Sentinel, and cluster configuration with hash tags for key distribution
- Provides transaction and Lua scripting patterns for atomic operations, plus pub/sub messaging, persistence (RDB/AOF), and security hardening
- Covers monitoring, connection pooling, and performance optimization techniques including pipelining and memory management
Tags
Related skills
| Skill | Installs | vs redis-best-practices |
|---|---|---|
| database | 884 | -57 |
| agent-memory | 1,134 | +193 |
| nuxt-content | 997 | +56 |
| building-with-medusa | 1,017 | +76 |
| database-design | 903 | -38 |
FAQ
- How many installs does redis-best-practices have?
- redis-best-practices has 941 total installs and 939 installs this week.
- Where is redis-best-practices hosted?
- redis-best-practices is published by @mindrally/skills at https://github.com/mindrally/skills.
- How many GitHub stars does redis-best-practices have?
- redis-best-practices has 45 GitHub stars.
- When was redis-best-practices first indexed?
- OrangeBot.AI first indexed redis-best-practices on Jan 25, 2026.
- How do I install redis-best-practices?
- Run: npx skills add https://github.com/mindrally/skills --skill redis-best-practices