| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.failover.api |
| Modifier and Type | Method and Description |
|---|---|
DriverInfo |
DriverInfo.Builder.build()
Builds and returns a new immutable
DriverInfo instance. |
DriverInfo |
RedisURI.getDriverInfo()
Returns the driver information containing the library name and upstream drivers.
|
| Modifier and Type | Method and Description |
|---|---|
static DriverInfo.Builder |
DriverInfo.builder(DriverInfo driverInfo)
Creates a new
DriverInfo.Builder initialized with values from an existing DriverInfo. |
void |
RedisURI.setDriverInfo(DriverInfo driverInfo)
Sets the driver information containing the library name and upstream drivers.
|
RedisURI.Builder |
RedisURI.Builder.withDriverInfo(DriverInfo driverInfo)
Configures driver information containing the library name and upstream drivers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImmutableRedisURI.setDriverInfo(DriverInfo driverInfo) |
Copyright © 2026 lettuce.io. All rights reserved.