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