| 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 | 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 © 2023. All rights reserved.