| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.args |
This package contains the classes that represent arguments of Redis core commands.
|
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Method and Description |
|---|---|
long |
Jedis.clientUnblock(long clientId,
UnblockType unblockType)
Unblock a connection blocked in a blocking command from a different connection.
|
| Modifier and Type | Method and Description |
|---|---|
static UnblockType |
UnblockType.valueOf(java.lang.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 |
|---|---|
long |
ClientBinaryCommands.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.
|
long |
ClientCommands.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.
|
Copyright © 2025. All rights reserved.