Uses of Class
io.lettuce.core.cluster.StatefulRedisClusterConnectionImpl
| Package | Description |
|---|---|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
-
Uses of StatefulRedisClusterConnectionImpl in io.lettuce.core.cluster
Methods in io.lettuce.core.cluster that return StatefulRedisClusterConnectionImpl 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.Method parameters in io.lettuce.core.cluster with type arguments of type StatefulRedisClusterConnectionImpl Modifier and Type Method Description protected voidRedisClusterClient. forEachClusterConnection(Consumer<StatefulRedisClusterConnectionImpl<?,?>> function)Apply aConsumerofStatefulRedisClusterConnectionImplto all active connections.Constructors in io.lettuce.core.cluster with parameters of type StatefulRedisClusterConnectionImpl Constructor Description RedisAdvancedClusterAsyncCommandsImpl(StatefulRedisClusterConnectionImpl<K,V> connection, RedisCodec<K,V> codec)Deprecated.RedisAdvancedClusterReactiveCommandsImpl(StatefulRedisClusterConnectionImpl<K,V> connection, RedisCodec<K,V> codec)Deprecated.
RedisAdvancedClusterAsyncCommandsImpl(StatefulRedisClusterConnection, RedisCodec).