Skip to content

⚑ CoreSystem.Cache.Redis

Redis provider for CoreSystem.Cache on .NET 8

NuGet Downloads License .NET

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