Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.args | |
redis.clients.jedis.commands |
Modifier and Type | Method and Description |
---|---|
Long |
Jedis.clientUnblock(long clientId,
UnblockType unblockType)
Unblock a client blocked in a blocking command from a different connection.
|
Long |
BinaryJedis.clientUnblock(long clientId,
UnblockType unblockType)
Deprecated.
Unblock a client blocked in a blocking command from a different connection.
|
void |
BinaryClient.clientUnblock(long clientId,
UnblockType unblockType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UnblockType |
UnblockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnblockType[] |
UnblockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Commands.clientUnblock(long clientId,
UnblockType unblockType) |
Long |
AdvancedJedisCommands.clientUnblock(long clientId,
UnblockType unblockType) |
Long |
AdvancedBinaryJedisCommands.clientUnblock(long clientId,
UnblockType unblockType) |
Copyright © 2024. All rights reserved.