| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| io.valkey.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Jedis.commandListFilterBy(CommandListFilterByParams filterByParams) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
CommandCommands.commandListFilterBy(CommandListFilterByParams filterByParams)
Return a list of the server's command names filtered by module's name, ACL category or pattern
|
| Modifier and Type | Method and Description |
|---|---|
static CommandListFilterByParams |
CommandListFilterByParams.commandListFilterByParams() |
CommandListFilterByParams |
CommandListFilterByParams.filterByAclCat(String category) |
CommandListFilterByParams |
CommandListFilterByParams.filterByModule(String moduleName) |
CommandListFilterByParams |
CommandListFilterByParams.filterByPattern(String pattern) |
Copyright © 2024. All rights reserved.