Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.args |
This package contains the classes that represent arguments of Redis core commands.
|
redis.clients.jedis.bloom |
This package contains the classes related to RedisBloom module.
|
redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
redis.clients.jedis.gears | |
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.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
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.
|
redis.clients.jedis.util |
This package contains the utility classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
Protocol.ClusterKeyword |
static class |
Protocol.Command |
static class |
Protocol.Keyword |
static class |
Protocol.ResponseKeyword |
static class |
Protocol.SentinelKeyword |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Rawable> |
CommandArguments.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
Connection.sendCommand(ProtocolCommand cmd,
Rawable keyword) |
Modifier and Type | Class and Description |
---|---|
class |
BitCountOption
The options for
BITCOUNT command. |
class |
BitOP
Bit operations for
BITOP command. |
class |
ClientAttributeOption
CLIENT SETINFO command attr option
since redis 7.2
|
class |
ClientPauseMode
Client pause supported modes.
|
class |
ClientType |
class |
ClusterFailoverOption
Enumeration of cluster failover options.
|
class |
ClusterResetType
Reset type for command cluster reset.
|
class |
ExpiryOption
Enumeration of setting expiration.
|
class |
FlushMode
Enum object describing flushing mode.
|
class |
FunctionRestorePolicy |
class |
GeoUnit |
class |
ListDirection
Direction for
LMOVE and BLMOVE command. |
class |
ListPosition |
static class |
RawableFactory.Raw
Default implementation of
Rawable . |
static class |
RawableFactory.RawString
A
Rawable wrapping a String . |
class |
SaveMode |
class |
SortedSetOption |
class |
SortingOrder |
class |
UnblockType
Unblock type for
CLIENT UNBLOCK command. |
Modifier and Type | Method and Description |
---|---|
static Rawable |
RawableFactory.from(byte[] binary)
Get a
Rawable from a byte array. |
static Rawable |
RawableFactory.from(double d)
Get a
Rawable from a double . |
static Rawable |
RawableFactory.from(int i)
Get a
Rawable from an int . |
static Rawable |
RawableFactory.from(java.lang.String string)
Get a
Rawable from a String . |
Modifier and Type | Class and Description |
---|---|
static class |
RedisBloomProtocol.BloomFilterCommand |
static class |
RedisBloomProtocol.CountMinSketchCommand |
static class |
RedisBloomProtocol.CuckooFilterCommand |
static class |
RedisBloomProtocol.RedisBloomKeyword |
static class |
RedisBloomProtocol.TDigestCommand |
static class |
RedisBloomProtocol.TopKCommand |
Modifier and Type | Interface and Description |
---|---|
interface |
ProtocolCommand |
Modifier and Type | Class and Description |
---|---|
static class |
RedisGearsProtocol.GearsCommand |
static class |
RedisGearsProtocol.GearsKeyword |
Modifier and Type | Class and Description |
---|---|
static class |
GraphProtocol.GraphCommand
Deprecated.
|
static class |
GraphProtocol.GraphKeyword
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
static class |
JsonProtocol.JsonCommand |
Modifier and Type | Class and Description |
---|---|
static class |
ZParams.Aggregate |
Modifier and Type | Class and Description |
---|---|
static class |
SearchProtocol.SearchCommand |
static class |
SearchProtocol.SearchKeyword |
Modifier and Type | Class and Description |
---|---|
class |
AggregationType |
class |
DuplicatePolicy
Policy that will define handling of duplicate samples.
|
static class |
TimeSeriesProtocol.TimeSeriesCommand |
static class |
TimeSeriesProtocol.TimeSeriesKeyword |
Modifier and Type | Class and Description |
---|---|
class |
LazyRawable |
Copyright © 2024. All rights reserved.