Package | Description |
---|---|
io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient . |
Modifier and Type | Method and Description |
---|---|
protected <V,K> StatefulRedisClusterConnectionImpl<K,V> |
RedisClusterClient.newStatefulRedisClusterConnection(RedisChannelWriter channelWriter,
ClusterPushHandler pushHandler,
RedisCodec<K,V> codec,
Duration timeout)
Create a new instance of
StatefulRedisClusterConnectionImpl or a subclass. |
Modifier and Type | Method and Description |
---|---|
protected void |
RedisClusterClient.forEachClusterConnection(Consumer<StatefulRedisClusterConnectionImpl<?,?>> function)
Apply a
Consumer of StatefulRedisClusterConnectionImpl to all active connections. |
Constructor and Description |
---|
RedisAdvancedClusterAsyncCommandsImpl(StatefulRedisClusterConnectionImpl<K,V> connection,
RedisCodec<K,V> codec)
Deprecated.
|
RedisAdvancedClusterReactiveCommandsImpl(StatefulRedisClusterConnectionImpl<K,V> connection,
RedisCodec<K,V> codec)
Deprecated.
|
Copyright © 2022 lettuce.io. All rights reserved.