Uses of Enum Class
redis.clients.jedis.args.UnblockType
Packages that use UnblockType
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.
-
Uses of UnblockType in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type UnblockTypeModifier and TypeMethodDescriptionlongJedis.clientUnblock(long clientId, UnblockType unblockType) Unblock a connection blocked in a blocking command from a different connection. -
Uses of UnblockType in redis.clients.jedis.args
Methods in redis.clients.jedis.args that return UnblockTypeModifier and TypeMethodDescriptionstatic UnblockTypeReturns the enum constant of this class with the specified name.static UnblockType[]UnblockType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UnblockType in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type UnblockTypeModifier and TypeMethodDescriptionlongClientBinaryCommands.clientUnblock(long clientId, UnblockType unblockType) Unblock from a different connection, a client blocked in a blocking operation, such as for instance BRPOP or XREAD or WAIT.longClientCommands.clientUnblock(long clientId, UnblockType unblockType) Unblock from a different connection, a client blocked in a blocking operation, such as for instance BRPOP or XREAD or WAIT.