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