tessl install github:jeremylongshore/claude-code-plugins-plus-skills --skill implementing-database-cachingProcess use when you need to implement multi-tier caching to improve database performance. This skill sets up Redis, in-memory caching, and CDN layers to reduce database load. Trigger with phrases like "implement database caching", "add Redis cache layer", "improve query performance with caching", or "reduce database load".
Review Score
78%
Validation Score
13/16
Implementation Score
57%
Activation Score
100%
This skill provides automated assistance for database cache layer tasks.
Before using this skill, ensure:
user:123:profile)This skill produces:
Redis Configuration: Docker Compose or config files for Redis deployment with appropriate memory and eviction settings
Caching Code: Application code implementing cache-aside, write-through, or write-behind patterns
Cache Key Schema: Documentation of cache key naming conventions and TTL settings
Monitoring Dashboards: Metrics for cache hit rates, memory usage, and performance improvements
Cache Invalidation Logic: Code for explicit and implicit cache invalidation on data changes
Cache Connection Failures:
Cache Stampede:
Stale Data Issues:
user:123:v2)Memory Pressure:
Redis Configuration Templates:
{baseDir}/docker/redis-compose.yml{baseDir}/config/redis.conf{baseDir}/config/redis-cluster.confCaching Code Examples: {baseDir}/examples/caching/
Cache Key Design Guide: {baseDir}/docs/cache-key-design.md
Performance Tuning: {baseDir}/docs/cache-performance-tuning.md
Monitoring Setup: {baseDir}/monitoring/redis-dashboard.json
This skill provides automated assistance for the described functionality.
Example usage patterns will be demonstrated in context.