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