| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| Modifier and Type | Method and Description |
|---|---|
SslVerifyMode |
RedisURI.getVerifyMode()
Returns the mode to verify peers when using
SSL. |
static SslVerifyMode |
SslVerifyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SslVerifyMode[] |
SslVerifyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedisURI.setVerifyPeer(SslVerifyMode verifyMode)
Sets how to verify peers when using
SSL. |
RedisURI.Builder |
RedisURI.Builder.withVerifyPeer(SslVerifyMode verifyMode)
Configures peer verification mode.
|
Copyright © 2023 lettuce.io. All rights reserved.