| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionBuilder |
ConnectionBuilder.reconnectionListener(ReconnectionListener reconnectionListener) |
| Modifier and Type | Field and Description |
|---|---|
static ReconnectionListener |
ReconnectionListener.NO_OP |
| Constructor and Description |
|---|
ConnectionWatchdog(Delay reconnectDelay,
ClientOptions clientOptions,
Bootstrap bootstrap,
Timer timer,
EventExecutorGroup reconnectWorkers,
Mono<SocketAddress> socketAddressSupplier,
ReconnectionListener reconnectionListener,
ConnectionFacade connectionFacade,
EventBus eventBus)
Create a new watchdog that adds to new connections to the supplied
ChannelGroup and establishes a new
Channel when disconnected, while reconnect is true. |
Copyright © 2019 lettuce.io. All rights reserved.