caching-dotnet-redis-distributed
CommunityCut DB load with Redis cache for Jarvis .NET.
System Documentation
What problem does it solve?
This Skill eliminates the manual effort and potential configuration errors when setting up Redis distributed caching for Jarvis .NET 9 backend applications, providing a standardized, framework-aligned way to add scalable L2 caching to reduce database load.
Core Features & Use Cases
- Framework-Aligned Integration: Seamlessly adds Redis distributed cache support to Jarvis projects using the official UseRedisDistributedCache extension method, following the framework's layer extension conventions.
- Grouped Cache Management: Supports configurable distributed cache groups, making it easy to manage cache instances for multi-tenant or clustered deployment scenarios.
- Use Case: For a high-traffic e-commerce Jarvis API that serves product data across multiple app instances, this Skill enables consistent cached product data across all nodes to reduce duplicate database queries.
Quick Start
Use this skill to configure Redis distributed caching for your Jarvis project by adding the required Jarvis.Caching.Redis and StackExchange.Redis NuGet packages, then calling the UseRedisDistributedCache method in your Program.cs file after adding the Jarvis caching layer.
Dependency Matrix
Required Modules
None requiredComponents
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: caching-dotnet-redis-distributed Download link: https://github.com/hoangnh2412/jarvis/archive/main.zip#caching-dotnet-redis-distributed Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.