| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
Jedis.commandListFilterBy(CommandListFilterByParams filterByParams) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.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(java.lang.String category) |
CommandListFilterByParams |
CommandListFilterByParams.filterByModule(java.lang.String moduleName) |
CommandListFilterByParams |
CommandListFilterByParams.filterByPattern(java.lang.String pattern) |
Copyright © 2025. All rights reserved.