redis-cache

Official

Supercharge data access with centralized Redis caching.

Authorsgcarstrends
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps implement and optimize Redis caching across the monorepo, reducing database load and latency for expensive queries.

Core Features & Use Cases

  • Cache-aside and write-through patterns for common data (cars, COE, posts).
  • Centralized client usage with a shared Upstash Redis instance.
  • TTL and invalidation strategies to keep data fresh.

Quick Start

Implement a cache around a frequently queried endpoint and set an appropriate TTL.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: redis-cache
Download link: https://github.com/sgcarstrends/sgcarstrends/archive/main.zip#redis-cache

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository