| Package | Description |
|---|---|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| Modifier and Type | Method and Description |
|---|---|
ClusterClientOptions |
ClusterClientOptions.Builder.build()
Create a new instance of
ClusterClientOptions |
static ClusterClientOptions |
ClusterClientOptions.copyOf(ClusterClientOptions options)
Create a copy of options.
|
static ClusterClientOptions |
ClusterClientOptions.create()
Create a new
ClusterClientOptions using default settings. |
| Modifier and Type | Method and Description |
|---|---|
static ClusterClientOptions |
ClusterClientOptions.copyOf(ClusterClientOptions options)
Create a copy of options.
|
void |
RedisClusterClient.setOptions(ClusterClientOptions clientOptions)
Set the
ClusterClientOptions for the client. |
| Constructor and Description |
|---|
ClusterClientOptions(ClusterClientOptions original) |
Copyright © 2019 lettuce.io. All rights reserved.