Crate tibba_cache

Crate tibba_cache 

Source

Structs§

RedisCache
Redis cache implementation that provides various caching operations
RedisClient
RedisClientConn
RedisCmdStat
RedisConfig
TtlLruStore
A thread-safe storage component combining TTL (Time-To-Live) and LRU (Least Recently Used) caching strategies
TwoLevelStore
Two-level cache implementation combining in-memory LRU cache and Redis

Enums§

Error

Traits§

Expired
Trait for types that can expire

Functions§

new_redis_client
Creates a new Redis connection pool based on configuration

Type Aliases§

RedisCmdStatCallback