Uses of Class
redis.clients.jedis.params.CommandListFilterByParams
Packages that use CommandListFilterByParams
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes that represent optional parameters of core Redis commands.
-
Uses of CommandListFilterByParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type CommandListFilterByParamsModifier and TypeMethodDescriptionJedis.commandListFilterBy(CommandListFilterByParams filterByParams) -
Uses of CommandListFilterByParams in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type CommandListFilterByParamsModifier and TypeMethodDescriptionCommandCommands.commandListFilterBy(CommandListFilterByParams filterByParams) Return a list of the server's command names filtered by module's name, ACL category or pattern -
Uses of CommandListFilterByParams in redis.clients.jedis.params
Methods in redis.clients.jedis.params that return CommandListFilterByParamsModifier and TypeMethodDescriptionstatic CommandListFilterByParamsCommandListFilterByParams.commandListFilterByParams()CommandListFilterByParams.filterByAclCat(String category) CommandListFilterByParams.filterByModule(String moduleName) CommandListFilterByParams.filterByPattern(String pattern)