ConnectionPoolSupport
.@Deprecated public class PoolingProxyFactory extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
create(RedisConnectionPool<T> connectionPool)
Deprecated.
Creates a transparent connection pooling proxy.
|
public static <T> T create(RedisConnectionPool<T> connectionPool)
T
- Type of the connection.connectionPool
- The Redis connection poolCopyright © 2018 lettuce.io. All rights reserved.