| 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 HotkeysArgs.Metric |
HotkeysArgs.Metric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HotkeysArgs.Metric[] |
HotkeysArgs.Metric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HotkeysArgs |
HotkeysArgs.metrics(HotkeysArgs.Metric... metrics)
Set the metrics to track.
|
static HotkeysArgs |
HotkeysArgs.Builder.metrics(HotkeysArgs.Metric... metrics)
Creates new
HotkeysArgs with METRICS set. |
Copyright © 2026 lettuce.io. All rights reserved.