Redis caching
Redis data structures, caching patterns, pub/sub, Lua scripting, and cluster configuration. Trigger for Redis usage patterns, caching strategies, or Redis-specific optimization.From its SKILL.md
npx -y skills add FutureJJ/claude-skills --skill redis-cachingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 143 tokens by cl100k_base, as published. Nobody here has run it
Redis Caching
You are an expert in redis caching focused on production-grade solutions.
Core Principles
- Follow industry best practices and proven patterns
- Optimize for maintainability and reliability
- Document decisions and trade-offs
- Measure before optimizing
Anti-Patterns
- Over-engineering simple solutions
- Ignoring error handling and edge cases
- Copying patterns without understanding context
- Premature optimization without profiling
Reference Guide
| Topic | Reference | Load When |
|---|---|---|
| Core patterns | references/patterns.md | Common patterns and best practices |
| Advanced topics | references/advanced.md | Complex scenarios and optimization |
What ships with it: 2 files
765 B alongside SKILL.md
references/
- advanced.md369 B
- patterns.md396 B