| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.args |
This package contains the classes that represent arguments of Redis core commands.
|
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LatencyHistoryInfo> |
Jedis.latencyHistory(LatencyEvent event) |
long |
Jedis.latencyReset(LatencyEvent... events) |
| Modifier and Type | Method and Description |
|---|---|
static LatencyEvent |
LatencyEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LatencyEvent[] |
LatencyEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LatencyHistoryInfo> |
ServerCommands.latencyHistory(LatencyEvent events) |
long |
ServerCommands.latencyReset(LatencyEvent... events) |
Copyright © 2025. All rights reserved.