Expand description
Redis L1.5 distributed cache layer
Sits between the Moka L1 in-process cache and the VectorStorage backend. Provides cross-node cache sharing and pub/sub invalidation for HA deployments.
Structs§
- Redis
Cache - Redis L1.5 distributed cache
- Redis
Cache Stats - Redis cache statistics
- Redis
Error - Error type for Redis cache operations
Enums§
- Cache
Invalidation - Cache invalidation messages for pub/sub