Interface LettucePool
- All Superinterfaces:
Pool<io.lettuce.core.api.StatefulConnection<byte[],
byte[]>>
- All Known Implementing Classes:
DefaultLettucePool
@Deprecated
public interface LettucePool
extends Pool<io.lettuce.core.api.StatefulConnection<byte[],byte[]>>
Deprecated.
Pool of Lettuce
StatefulConnection
s- Author:
- Jennifer Hickey, Christoph Strobl, Mark Paluch
-
Method Summary
Methods inherited from interface org.springframework.data.redis.connection.Pool
destroy, getResource, returnBrokenResource, returnResource
-
Method Details
-
getClient
Deprecated.- Returns:
- The
AbstractRedisClient
used to create pooled connections
-
LettucePoolingClientConfiguration
.