| 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 | Field and Description |
|---|---|
static Builder<Map<String,CommandInfo>> |
BuilderFactory.COMMAND_INFO_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CommandInfo> |
Jedis.commandInfo(String... commands) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CommandInfo> |
CommandCommands.commandInfo(String... commands)
Return details about multiple Redis commands
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<CommandInfo> |
CommandInfo.COMMAND_INFO_BUILDER |
Copyright © 2024. All rights reserved.