| 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. |
protected <V,K> StatefulRedisClusterConnectionImpl<K,V> |
RedisClusterClient.newStatefulRedisClusterConnection(RedisChannelWriter channelWriter,
ClusterPushHandler pushHandler,
RedisCodec<K,V> codec,
Duration timeout,
Supplier<JsonParser> parser)
Create a new instance of
StatefulRedisClusterConnectionImpl or a subclass. |
| Constructor and Description |
|---|
StatefulRedisClusterConnectionImpl(RedisChannelWriter writer,
ClusterPushHandler pushHandler,
RedisCodec<K,V> codec,
Duration timeout)
Initialize a new connection.
|
StatefulRedisClusterConnectionImpl(RedisChannelWriter writer,
ClusterPushHandler pushHandler,
RedisCodec<K,V> codec,
Duration timeout,
Supplier<JsonParser> parser)
Initialize a new connection.
|
Copyright © 2025 lettuce.io. All rights reserved.