| 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 TrackingInfo.TrackingFlag |
TrackingInfo.TrackingFlag.from(String flag)
Convert a given
String flag to the corresponding TrackingInfo.TrackingFlag |
static TrackingInfo.TrackingFlag |
TrackingInfo.TrackingFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackingInfo.TrackingFlag[] |
TrackingInfo.TrackingFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TrackingInfo.TrackingFlag> |
TrackingInfo.getFlags() |
| Constructor and Description |
|---|
TrackingInfo(Set<TrackingInfo.TrackingFlag> flags,
long redirect,
List<String> prefixes)
Constructor
|
Copyright © 2025 lettuce.io. All rights reserved.