| 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 | Method and Description |
|---|---|
List<Slowlog> |
Jedis.slowlogGet() |
List<Slowlog> |
Jedis.slowlogGet(long entries) |
| Modifier and Type | Method and Description |
|---|---|
List<Slowlog> |
SlowlogCommands.slowlogGet() |
List<Slowlog> |
SlowlogCommands.slowlogGet(long entries) |
| Modifier and Type | Method and Description |
|---|---|
static List<Slowlog> |
Slowlog.from(List<Object> nestedMultiBulkReply) |
Copyright © 2024. All rights reserved.