Package | Description |
---|---|
io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient . |
io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
Modifier and Type | Method and Description |
---|---|
protected <K,V> StatefulRedisConnectionImpl<K,V> |
RedisClient.newStatefulRedisConnection(RedisChannelWriter channelWriter,
PushHandler pushHandler,
RedisCodec<K,V> codec,
Duration timeout)
Create a new instance of
StatefulRedisConnectionImpl or a subclass. |
Modifier and Type | Method and Description |
---|---|
protected <K,V> StatefulRedisConnectionImpl<K,V> |
RedisClusterClient.newStatefulRedisConnection(RedisChannelWriter channelWriter,
PushHandler pushHandler,
RedisCodec<K,V> codec,
Duration timeout)
Create a new instance of
StatefulRedisConnectionImpl or a subclass. |
Modifier and Type | Class and Description |
---|---|
class |
StatefulRedisPubSubConnectionImpl<K,V>
An thread-safe pub/sub connection to a Redis server.
|
Copyright © 2023 lettuce.io. All rights reserved.