| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.bloom |
This package contains the classes related to RedisBloom module.
|
| redis.clients.jedis.graph |
This package contains the classes and interfaces related to RedisGraph module.
|
| redis.clients.jedis.json |
This package contains the classes and interfaces related to RedisJSON module.
|
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| redis.clients.jedis.timeseries |
This package contains the classes and interfaces related to RedisTimeSeries module.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Protocol.Command |
| Modifier and Type | Method and Description |
|---|---|
ProtocolCommand |
CommandArguments.getCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected CommandArguments |
CommandObjects.commandArguments(ProtocolCommand command) |
protected ShardedCommandArguments |
ShardedCommandObjects.commandArguments(ProtocolCommand command) |
protected ClusterCommandArguments |
ClusterCommandObjects.commandArguments(ProtocolCommand command) |
java.lang.Object |
Connection.executeCommand(ProtocolCommand cmd) |
java.lang.Object |
UnifiedJedis.sendBlockingCommand(byte[] sampleKey,
ProtocolCommand cmd,
byte[]... args) |
java.lang.Object |
UnifiedJedis.sendBlockingCommand(ProtocolCommand cmd,
byte[]... args) |
java.lang.Object |
Jedis.sendBlockingCommand(ProtocolCommand cmd,
byte[]... args) |
java.lang.Object |
UnifiedJedis.sendBlockingCommand(ProtocolCommand cmd,
java.lang.String... args) |
java.lang.Object |
Jedis.sendBlockingCommand(ProtocolCommand cmd,
java.lang.String... args) |
java.lang.Object |
UnifiedJedis.sendBlockingCommand(java.lang.String sampleKey,
ProtocolCommand cmd,
java.lang.String... args) |
java.lang.Object |
UnifiedJedis.sendCommand(byte[] sampleKey,
ProtocolCommand cmd,
byte[]... args) |
void |
Connection.sendCommand(ProtocolCommand cmd) |
java.lang.Object |
UnifiedJedis.sendCommand(ProtocolCommand cmd) |
java.lang.Object |
Jedis.sendCommand(ProtocolCommand cmd) |
void |
Connection.sendCommand(ProtocolCommand cmd,
byte[]... args) |
Response<java.lang.Object> |
Pipeline.sendCommand(ProtocolCommand cmd,
byte[]... args) |
Response<java.lang.Object> |
TransactionBase.sendCommand(ProtocolCommand cmd,
byte[]... args) |
java.lang.Object |
UnifiedJedis.sendCommand(ProtocolCommand cmd,
byte[]... args) |
java.lang.Object |
Jedis.sendCommand(ProtocolCommand cmd,
byte[]... args) |
void |
Connection.sendCommand(ProtocolCommand cmd,
Rawable keyword) |
void |
Connection.sendCommand(ProtocolCommand cmd,
java.lang.String... args) |
Response<java.lang.Object> |
Pipeline.sendCommand(ProtocolCommand cmd,
java.lang.String... args) |
Response<java.lang.Object> |
TransactionBase.sendCommand(ProtocolCommand cmd,
java.lang.String... args) |
java.lang.Object |
UnifiedJedis.sendCommand(ProtocolCommand cmd,
java.lang.String... args) |
java.lang.Object |
Jedis.sendCommand(ProtocolCommand cmd,
java.lang.String... args) |
java.lang.Object |
UnifiedJedis.sendCommand(java.lang.String sampleKey,
ProtocolCommand cmd,
java.lang.String... args) |
| Constructor and Description |
|---|
ClusterCommandArguments(ProtocolCommand command) |
CommandArguments(ProtocolCommand command) |
ShardedCommandArguments(Hashing algo,
java.util.regex.Pattern tagPattern,
ProtocolCommand command) |
ShardedCommandArguments(Hashing algo,
ProtocolCommand command) |
| Modifier and Type | Class and Description |
|---|---|
static class |
RedisBloomProtocol.BloomFilterCommand |
static class |
RedisBloomProtocol.CountMinSketchCommand |
static class |
RedisBloomProtocol.CuckooFilterCommand |
static class |
RedisBloomProtocol.TDigestCommand |
static class |
RedisBloomProtocol.TopKCommand |
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphProtocol.GraphCommand |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphCommandObjects.setBaseCommandArgumentsCreator(java.util.function.Function<ProtocolCommand,CommandArguments> commArgs) |
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonProtocol.JsonCommand |
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchProtocol.SearchCommand |
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeSeriesProtocol.TimeSeriesCommand |
Copyright © 2023. All rights reserved.