← Back to Skills
🧊

Smart Cache Manager

Analyze cache hit rates, identify cold keys, and optimize TTL settings

Data 5 steps 5 tools 4 servers

Example Prompt

Analyze our Redis cache hit rates, find keys with poor TTL settings, and optimize them

About

Examines Redis cache metrics to evaluate hit/miss ratios, identify frequently cold or stale keys, and detect inefficient TTL configurations. Provides data-driven recommendations for TTL adjustments and cache warming strategies, then applies optimized settings.

Workflow Steps

1

Retrieve cache statistics and sample key metadata from Redis to assess current performance

🔑 Get Key
2

Query the application database for access pattern logs to correlate with cache behavior

📊 Run SQL Query
3

Analyze hit/miss ratios and identify cold keys with suboptimal TTL settings

🧠 Structured Reasoning
4

Apply optimized TTL values and pre-warm critical cache keys

🔒 Set Key
5

Post a cache optimization report with before/after metrics to Slack

📨 Send Message

Tags

cacheredisperformanceoptimization