ワンクリックで
redis-cache-master
Configure, monitor, and optimize Redis caches for caching patterns, session storage, and pub/sub queues.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Configure, monitor, and optimize Redis caches for caching patterns, session storage, and pub/sub queues.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | redis-cache-master |
| description | Configure, monitor, and optimize Redis caches for caching patterns, session storage, and pub/sub queues. |
| category | backend |
| tags | ["redis","cache","nosql","performance","keys"] |
| complexity | advanced |
| risk | low |
| compatibility | ["claude-code","antigravity","gemini-cli","cursor","copilot","codex-cli","autohand","kiro"] |
| source | antigravity-official |
| version | 1.0.0 |
| date_added | 2026-07-10 |
| last_updated | 2026-07-10 |
Manage and implement Redis Cache Master requirements efficiently within enterprise applications.
Detailed operational framework for Redis Cache Master:
Understanding boundaries, rules, and best practices for the redis-cache-master feature domain.
// Redis cache aside pattern
const cached = await redis.get(key);
if (cached) return JSON.parse(cached);
const fresh = await db.fetch();
await redis.setex(key, 3600, JSON.stringify(fresh));
Professional Ai Content Filter Expert skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
Professional Ai Engineer skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
Professional Ai Product Manager Expert skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
Professional Ai Safety Guard Expert skill. Implement enterprise-grade web application security controls and encryption standards.
Professional Chain Of Thought Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.
Professional Context Optimizer Expert skill. Build performant, secure, and scalable backend logic and RESTful or GraphQL APIs.