Package | Description |
---|---|
io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
Modifier and Type | Method and Description |
---|---|
static <K,V> RedisAuthenticationHandler<K,V> |
RedisAuthenticationHandler.createDefaultAuthenticationHandler()
Creates a new default
RedisAuthenticationHandler . |
static <K,V> RedisAuthenticationHandler<K,V> |
RedisAuthenticationHandler.createHandler(StatefulRedisConnectionImpl<K,V> connection,
RedisCredentialsProvider credentialsProvider,
Boolean isPubSubConnection,
ClientOptions options)
Creates a new
RedisAuthenticationHandler if the connection supports re-authentication. |
Modifier and Type | Method and Description |
---|---|
void |
StatefulRedisConnectionImpl.setAuthenticationHandler(RedisAuthenticationHandler<K,V> handler) |
Copyright © 2025 lettuce.io. All rights reserved.