Package | Description |
---|---|
redis.clients.jedis |
Modifier and Type | Class and Description |
---|---|
static class |
Protocol.Command |
Modifier and Type | Method and Description |
---|---|
Object |
BinaryJedisCluster.sendBlockingCommand(byte[] sampleKey,
ProtocolCommand cmd,
byte[]... args)
Deprecated.
|
Object |
BinaryShardedJedis.sendBlockingCommand(ProtocolCommand cmd,
byte[]... args)
Deprecated.
|
Object |
BinaryJedis.sendBlockingCommand(ProtocolCommand cmd,
byte[]... args)
Deprecated.
|
Object |
ShardedJedis.sendBlockingCommand(ProtocolCommand cmd,
String... args)
Deprecated.
|
Object |
Jedis.sendBlockingCommand(ProtocolCommand cmd,
String... args) |
Object |
JedisCluster.sendBlockingCommand(String sampleKey,
ProtocolCommand cmd,
String... args) |
Response<Object> |
PipelineBase.sendCommand(byte[] sampleKey,
ProtocolCommand cmd,
byte[]... args) |
Object |
BinaryJedisCluster.sendCommand(byte[] sampleKey,
ProtocolCommand cmd,
byte[]... args)
Deprecated.
|
void |
Connection.sendCommand(ProtocolCommand cmd) |
Object |
BinaryShardedJedis.sendCommand(ProtocolCommand cmd)
Deprecated.
|
Object |
BinaryJedis.sendCommand(ProtocolCommand cmd)
Deprecated.
|
Response<Object> |
MultiKeyPipelineBase.sendCommand(ProtocolCommand cmd,
byte[]... args) |
void |
Connection.sendCommand(ProtocolCommand cmd,
byte[]... args) |
Object |
BinaryShardedJedis.sendCommand(ProtocolCommand cmd,
byte[]... args)
Deprecated.
|
Object |
BinaryJedis.sendCommand(ProtocolCommand cmd,
byte[]... args)
Deprecated.
|
Object |
ShardedJedis.sendCommand(ProtocolCommand cmd,
String... args)
Deprecated.
|
Response<Object> |
MultiKeyPipelineBase.sendCommand(ProtocolCommand cmd,
String... args) |
Object |
Jedis.sendCommand(ProtocolCommand cmd,
String... args) |
void |
Connection.sendCommand(ProtocolCommand cmd,
String... args) |
static void |
Protocol.sendCommand(RedisOutputStream os,
ProtocolCommand command,
byte[]... args) |
Response<Object> |
PipelineBase.sendCommand(String sampleKey,
ProtocolCommand cmd,
String... args) |
Object |
JedisCluster.sendCommand(String sampleKey,
ProtocolCommand cmd,
String... args) |
Copyright © 2024. All rights reserved.