See: Description
| Interface | Description |
|---|---|
| AsyncCacheCommands | Deprecated |
| SyncCacheCommands | Deprecated |
| 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 of
SyncCache for Lettuce / Redis. |
| RedisCacheConfiguration |
Allows configuration of caches stored in Redis.
|
| RedisConnectionPoolCache |
An implementation of
SyncCache for Lettuce / Redis using connection pooling. |