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.protocol |
Redis protocol layer abstraction.
|
io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisChannelHandler<K,V>
Abstract base for every Redis connection.
|
class |
StatefulRedisConnectionImpl<K,V>
A thread-safe connection to a Redis server.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandListenerWriter.setConnectionFacade(ConnectionFacade connection) |
void |
RedisChannelWriter.setConnectionFacade(ConnectionFacade connection)
Set the corresponding connection facade in order to notify it about channel active/inactive state.
|
Modifier and Type | Class and Description |
---|---|
class |
StatefulRedisClusterConnectionImpl<K,V>
A thread-safe connection to a Redis Cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandExpiryWriter.setConnectionFacade(ConnectionFacade connectionFacade) |
void |
DefaultEndpoint.setConnectionFacade(ConnectionFacade connectionFacade) |
Constructor and Description |
---|
ConnectionWatchdog(Delay reconnectDelay,
ClientOptions clientOptions,
Bootstrap bootstrap,
Timer timer,
EventExecutorGroup reconnectWorkers,
Mono<SocketAddress> socketAddressSupplier,
ReconnectionListener reconnectionListener,
ConnectionFacade connectionFacade,
EventBus eventBus,
Endpoint endpoint)
Create a new watchdog that adds to new connections to the supplied
ChannelGroup and establishes a new
Channel when disconnected, while reconnect is true. |
Modifier and Type | Class and Description |
---|---|
class |
StatefulRedisPubSubConnectionImpl<K,V>
An thread-safe pub/sub connection to a Redis server.
|
Modifier and Type | Class and Description |
---|---|
class |
StatefulRedisSentinelConnectionImpl<K,V> |
Copyright © 2023 lettuce.io. All rights reserved.