← スキル一覧に戻る

cache-strategies
by vanman2024
⭐ 0🍴 1📅 2026年1月23日
SKILL.md
name: cache-strategies description: Caching patterns, TTL management, eviction policies for Redis implementations. Use when implementing cache-aside, write-through, write-back patterns, TTL management, or cache invalidation strategies. allowed-tools: Read, Bash, Grep, Glob
cache-strategies
Purpose: Caching patterns, TTL management, eviction policies for Redis implementations.
Activation Triggers:
- When implementing cache strategies
- When user mentions Redis Caching patterns, TTL management, eviction policies
- When designing Redis architecture
Quick Reference
This skill provides templates, scripts, and examples for Redis caching patterns.
Scripts
scripts/setup-redis.sh- Initial Redis setup and configurationscripts/validate-config.sh- Validate Redis configurationscripts/test-connection.sh- Test Redis connectivity
Templates
templates/basic-config.ts.template- TypeScript Redis configurationtemplates/basic-config.py.template- Python Redis configurationtemplates/redis-config.env.template- Environment variables templatetemplates/docker-compose.yml.template- Docker Compose setup
Examples
examples/basic-usage.md- Basic caching patterns and usageexamples/fastapi-example.md- FastAPI integration exampleexamples/nextjs-example.md- Next.js integration example
Security Compliance
This skill follows strict security rules:
- All code examples use placeholder values only
- No real API keys, passwords, or secrets
- Environment variable references in all code
.gitignoreprotection documented
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です