Uses of Interface
io.lettuce.core.cluster.ClusterPushHandler
| Package | Description |
|---|---|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
-
Uses of ClusterPushHandler in io.lettuce.core.cluster
Methods in io.lettuce.core.cluster with parameters of type ClusterPushHandler Modifier and Type Method Description protected <V, K> StatefulRedisClusterConnectionImpl<K,V>RedisClusterClient. newStatefulRedisClusterConnection(RedisChannelWriter channelWriter, ClusterPushHandler pushHandler, RedisCodec<K,V> codec, Duration timeout)Create a new instance ofStatefulRedisClusterConnectionImplor a subclass.Constructors in io.lettuce.core.cluster with parameters of type ClusterPushHandler Constructor Description StatefulRedisClusterConnectionImpl(RedisChannelWriter writer, ClusterPushHandler pushHandler, RedisCodec<K,V> codec, Duration timeout)Initialize a new connection.