| 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.failover.health |
Health check infrastructure for automatic failover in multi-database Redis connections.
|
| io.lettuce.core.support.http |
HTTP client infrastructure for lightweight HTTP operations.
|
| Modifier and Type | Field and Description |
|---|---|
static SslOptions |
ClientOptions.DEFAULT_SSL_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
SslOptions |
SslOptions.Builder.build()
Create a new instance of
SslOptions |
static SslOptions |
SslOptions.copyOf(SslOptions options)
Create a copy of options
|
static SslOptions |
SslOptions.create()
Create a new
SslOptions using default settings. |
SslOptions |
ClientOptions.getSslOptions()
Returns the
SslOptions. |
| Modifier and Type | Method and Description |
|---|---|
static SslOptions |
SslOptions.copyOf(SslOptions options)
Create a copy of options
|
ClientOptions.Builder |
ClientOptions.Builder.sslOptions(SslOptions sslOptions)
Sets the
SslOptions for SSL connections kept to Redis servers. |
| Constructor and Description |
|---|
SslOptions(SslOptions original) |
| Modifier and Type | Method and Description |
|---|---|
ClusterClientOptions.Builder |
ClusterClientOptions.Builder.sslOptions(SslOptions sslOptions) |
| Modifier and Type | Method and Description |
|---|---|
SslOptions |
LagAwareStrategy.Config.getSslOptions() |
| Modifier and Type | Method and Description |
|---|---|
LagAwareStrategy.Config.Builder |
LagAwareStrategy.Config.Builder.sslOptions(SslOptions sslOptions)
Set SSL options for HTTPS connections to Redis Enterprise REST API.
|
| Modifier and Type | Method and Description |
|---|---|
SslOptions |
HttpClient.ConnectionConfig.getSslOptions() |
| Modifier and Type | Method and Description |
|---|---|
HttpClient.ConnectionConfig.Builder |
HttpClient.ConnectionConfig.Builder.sslOptions(SslOptions sslOptions)
Sets the SSL options for HTTPS connections.
|
Copyright © 2026 lettuce.io. All rights reserved.