| 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.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.search.schemafields | |
| 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 |
|---|---|
CommandArguments |
CommandArguments.add(Rawable arg) |
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 |
LatencyEvent |
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 |
StreamDeletionPolicy
Deletion policy for stream commands that handle consumer group references.
|
class |
UnblockType
Unblock type for
CLIENT UNBLOCK command. |
| Modifier and Type | Method and Description |
|---|---|
static Rawable |
RawableFactory.from(boolean b)
Get a
Rawable from a boolean. |
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(long l)
Get a
Rawable from a long. |
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 |
JsonProtocol.JsonCommand |
| Modifier and Type | Class and Description |
|---|---|
static class |
ZParams.Aggregate |
| Modifier and Type | Class and Description |
|---|---|
static class |
Schema.VectorField.VectorAlgo
Enumeration of supported vector indexing algorithms in Redis.
|
static class |
SearchProtocol.SearchCommand |
static class |
SearchProtocol.SearchKeyword |
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorField.VectorAlgorithm
Enumeration of supported vector indexing algorithms in Redis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregationType |
class |
DuplicatePolicy
Policy that will define handling of duplicate samples.
|
class |
EncodingFormat
Specifies the series samples encoding format.
|
static class |
TimeSeriesProtocol.TimeSeriesCommand |
static class |
TimeSeriesProtocol.TimeSeriesKeyword |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyRawable |
Copyright © 2025. All rights reserved.