Expand description
Redis-based L2 cache for distributed authorization
Provides shared caching across multiple API servers with:
- Distributed cache invalidation
- TTL-based expiration
- Pub/sub for cache updates
- High availability support
Structs§
- Cached
Permission - Cached permission check result
- Permission
Cache Key - Cache key for permission checks
- Redis
Cache - Redis cache for authorization (L2 cache)
- Redis
Cache Config - Redis cache configuration
- Redis
Cache Stats - Redis cache statistics