| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| Modifier and Type | Method and Description |
|---|---|
CompareCondition.Condition |
CompareCondition.getCondition()
The kind of this condition.
|
static CompareCondition.Condition |
CompareCondition.Condition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompareCondition.Condition[] |
CompareCondition.Condition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 lettuce.io. All rights reserved.