Package org.springframework.data.redis.connection.lettuce

Connection package for Lettuce Redis client.

See:
          Description

Interface Summary
LettucePool Pool of Lettuce RedisAsyncConnections
 

Class Summary
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
 

Package org.springframework.data.redis.connection.lettuce Description

Connection package for Lettuce Redis client.