org.springframework.data.redis.connection.lettuce
Interface LettucePool

All Superinterfaces:
Pool<com.lambdaworks.redis.RedisAsyncConnection<byte[],byte[]>>
All Known Implementing Classes:
DefaultLettucePool

public interface LettucePool
extends Pool<com.lambdaworks.redis.RedisAsyncConnection<byte[],byte[]>>

Pool of Lettuce RedisAsyncConnections


Method Summary
 com.lambdaworks.redis.RedisClient getClient()
           
 
Methods inherited from interface org.springframework.data.redis.connection.Pool
destroy, getResource, returnBrokenResource, returnResource
 

Method Detail

getClient

com.lambdaworks.redis.RedisClient getClient()
Returns:
The RedisClient used to create pooled connections