| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.mcf |
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster
failover.
|
| Modifier and Type | Method and Description |
|---|---|
SslOptions |
SslOptions.Builder.build()
Create a new instance of
SslOptions |
static SslOptions |
SslOptions.defaults()
Returns
SslOptions with default settings: JVM truststore, TLS protocol and full
certificate and hostname verification (SslVerifyMode.FULL). |
default SslOptions |
JedisClientConfig.getSslOptions()
TLS/SSL configuration.
|
SslOptions |
DefaultJedisClientConfig.getSslOptions() |
| Modifier and Type | Method and Description |
|---|---|
DefaultJedisClientConfig.Builder |
DefaultJedisClientConfig.Builder.sslOptions(SslOptions sslOptions)
Recommended way to configure TLS/SSL connections.
|
| Modifier and Type | Method and Description |
|---|---|
SslOptions |
LagAwareStrategy.Config.getSslOptions() |
| Modifier and Type | Method and Description |
|---|---|
LagAwareStrategy.Config.ConfigBuilder |
LagAwareStrategy.Config.ConfigBuilder.sslOptions(SslOptions sslOptions)
Set SSL options for HTTPS connections to Redis Enterprise REST API.
|
Copyright © 2026. All rights reserved.