| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| io.valkey.resps |
This package contains custom responses of core Redis commands.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<List<LatencyHistoryInfo>> |
BuilderFactory.LATENCY_HISTORY_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
List<LatencyHistoryInfo> |
Jedis.latencyHistory(LatencyEvent event) |
| Modifier and Type | Method and Description |
|---|---|
List<LatencyHistoryInfo> |
ServerCommands.latencyHistory(LatencyEvent events) |
| Modifier and Type | Field and Description |
|---|---|
static Builder<LatencyHistoryInfo> |
LatencyHistoryInfo.LATENCY_HISTORY_BUILDER |
Copyright © 2024. All rights reserved.