| 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<List<LibraryInfo>> |
BuilderFactory.LIBRARY_LIST
Deprecated.
Use
LIBRARY_INFO_LIST. |
| Modifier and Type | Method and Description |
|---|---|
Response<List<LibraryInfo>> |
FunctionPipelineCommands.functionList() |
List<LibraryInfo> |
FunctionCommands.functionList()
Return information about the functions and libraries.
|
Response<List<LibraryInfo>> |
FunctionPipelineCommands.functionList(String libraryNamePattern) |
List<LibraryInfo> |
FunctionCommands.functionList(String libraryNamePattern)
Return information about the functions and libraries.
|
Response<List<LibraryInfo>> |
FunctionPipelineCommands.functionListWithCode() |
List<LibraryInfo> |
FunctionCommands.functionListWithCode()
Similar to
FUNCTION LIST but include the
libraries source implementation in the reply. |
Response<List<LibraryInfo>> |
FunctionPipelineCommands.functionListWithCode(String libraryNamePattern) |
List<LibraryInfo> |
FunctionCommands.functionListWithCode(String libraryNamePattern)
Similar to
FUNCTION LIST but include the
libraries source implementation in the reply. |
| Modifier and Type | Field and Description |
|---|---|
static Builder<LibraryInfo> |
LibraryInfo.LIBRARY_BUILDER
Deprecated.
Use
LIBRARY_INFO. |
static Builder<LibraryInfo> |
LibraryInfo.LIBRARY_INFO |
static Builder<List<LibraryInfo>> |
LibraryInfo.LIBRARY_INFO_LIST |
Copyright © 2024. All rights reserved.