| 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,CommandDocument>> |
BuilderFactory.COMMAND_DOCS_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CommandDocument> |
Jedis.commandDocs(java.lang.String... commands) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CommandDocument> |
CommandCommands.commandDocs(java.lang.String... commands)
Return documentary information about commands.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<CommandDocument> |
CommandDocument.COMMAND_DOCUMENT_BUILDER
Deprecated.
|
Copyright © 2025. All rights reserved.