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 . |
Modifier and Type | Field and Description |
---|---|
static ClientOptions.ReauthenticateBehavior |
ClientOptions.DEFAULT_REAUTHENTICATE_BEHAVIOUR |
Modifier and Type | Method and Description |
---|---|
ClientOptions.ReauthenticateBehavior |
ClientOptions.getReauthenticateBehaviour()
Behavior for re-authentication when the
RedisCredentialsProvider emits new credentials. |
static ClientOptions.ReauthenticateBehavior |
ClientOptions.ReauthenticateBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientOptions.ReauthenticateBehavior[] |
ClientOptions.ReauthenticateBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClientOptions.Builder |
ClientOptions.Builder.reauthenticateBehavior(ClientOptions.ReauthenticateBehavior reauthenticateBehavior)
Configure the
ClientOptions.ReauthenticateBehavior of the Lettuce driver. |
Modifier and Type | Method and Description |
---|---|
ClusterClientOptions.Builder |
ClusterClientOptions.Builder.reauthenticateBehavior(ClientOptions.ReauthenticateBehavior reauthenticateBehavior) |
Copyright © 2025 lettuce.io. All rights reserved.