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