β‘ CoreSystem.Cache.Redis¶
Redis provider for CoreSystem.Cache on .NET 8
CoreSystem.Cache.Redis provides the Redis storage implementation used by
CoreSystem.Cache.
It integrates Redis as the external cache storage and supports cache operations, tag-based invalidation, distributed locking, health checks, and integration with the resilience and rehydration components of the CoreSystem cache ecosystem.
π¦ CoreSystem Ecosystem¶
| Package | Responsibility |
|---|---|
| CoreSystem.Redis | Redis connectivity infrastructure used by the Redis provider |
| CoreSystem.Cache | Cache orchestration and in-memory fallback |
| CoreSystem.Cache.Rehydration | Fallback entry restoration |
π Table of Contents¶
- π Getting Started
- ποΈ Architecture
- βοΈ Configuration
- π§βπ» Basic Usage
- β€οΈ Health Checks
- π§© Extensibility
- πΊοΈ Roadmap