| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel 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) |
Copyright © 2016. All rights reserved.