| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands | |
| redis.clients.jedis.params |
| 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 © 2022. All rights reserved.