Uses of Enum Class
redis.clients.jedis.args.ClientType
Packages that use ClientType
Package
Description
This package contains the classes that represent arguments of Redis core commands.
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 ClientType in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type ClientTypeModifier and TypeMethodDescriptionJedis.clientList(ClientType type) byte[]Jedis.clientListBinary(ClientType type) -
Uses of ClientType in redis.clients.jedis.args
Methods in redis.clients.jedis.args that return ClientTypeModifier and TypeMethodDescriptionstatic ClientTypeReturns the enum constant of this class with the specified name.static ClientType[]ClientType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClientType in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type ClientTypeModifier and TypeMethodDescriptionClientCommands.clientList(ClientType type) Returns information and statistics about the client connections server in a mostly human readable format filter by client type.byte[]ClientBinaryCommands.clientListBinary(ClientType type) Returns information and statistics about the client connections server in a mostly human readable format filter by client type. -
Uses of ClientType in redis.clients.jedis.params
Methods in redis.clients.jedis.params with parameters of type ClientType