| 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
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CommandInfo> |
Jedis.command() |
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.command()
Return an array with details about every Redis command.
|
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 |
static Builder<java.util.Map<java.lang.String,CommandInfo>> |
CommandInfo.COMMAND_INFO_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CommandInfo> |
CommandInfo.getSubcommands()
All the command's subcommands, if any
|
Copyright © 2025. All rights reserved.