| 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 |
|---|---|
HotkeysInfo |
Jedis.hotkeysGet() |
HotkeysInfo |
UnifiedJedis.hotkeysGet() |
| Modifier and Type | Method and Description |
|---|---|
CommandObject<HotkeysInfo> |
ClusterCommandObjects.hotkeysGet() |
Response<HotkeysInfo> |
PipeliningBase.hotkeysGet() |
CommandObject<HotkeysInfo> |
CommandObjects.hotkeysGet() |
| Modifier and Type | Method and Description |
|---|---|
HotkeysInfo |
ServerCommands.hotkeysGet()
Retrieve collected hotkey statistics.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<HotkeysInfo> |
HotkeysInfo.HOTKEYS_INFO_BUILDER |
Copyright © 2026. All rights reserved.