Skip to main content

Module redis_cache

Module redis_cache 

Source
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§

RedisCache
Redis L1.5 distributed cache
RedisCacheStats
Redis cache statistics
RedisError
Error type for Redis cache operations

Enums§

CacheInvalidation
Cache invalidation messages for pub/sub