See: Description
| Interface | Description |
|---|---|
| LettucePool |
Pool of Lettuce
RedisAsyncConnections |
| Class | Description |
|---|---|
| AuthenticatingRedisClient |
Extension of
RedisClient that calls auth on all new connections using the supplied credentials |
| DefaultLettucePool |
Default implementation of
LettucePool. |
| LettuceConnection |
RedisConnection implementation on top of Lettuce Redis client. |
| LettuceConnectionFactory |
Connection factory creating Lettuce-based connections.
|
| LettuceConverters |
Lettuce type converters
|
| LettuceExceptionConverter |
Converts Lettuce Exceptions to
DataAccessExceptions |