| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| Modifier and Type | Method and Description |
|---|---|
static RedisConnectionException |
RedisConnectionException.create(SocketAddress remoteAddress,
Throwable cause)
|
static RedisConnectionException |
RedisConnectionException.create(String remoteAddress,
Throwable cause)
|
static RedisConnectionException |
RedisConnectionException.create(Throwable cause)
Create a new
RedisConnectionException given cause. |
Copyright © 2020 lettuce.io. All rights reserved.