Package io.micronaut.configuration.lettuce.cache
Redis caches configuration and commands.
- Since:
- 1.0
-
Interface Summary Interface Description AsyncCacheCommands Deprecated. SyncCacheCommands Deprecated. -
Class Summary Class Description AbstractRedisCache<C> An abstract class implementing SyncCache for the redis.AbstractRedisCacheConfiguration Allows configuration of caches stored in Redis.DefaultRedisCacheConfiguration Allows providing default configuration values for the actual caches.RedisAsyncConnectionPoolFactory Default redis connection pool factory.RedisCache An implementation ofSyncCachefor Lettuce / Redis.RedisCacheConfiguration Allows configuration of caches stored in Redis.RedisConnectionPoolCache An implementation ofSyncCachefor Lettuce / Redis using connection pooling.