| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.csc |
This package contains the classes and interfaces related to Server-assisted Client-side Caching.
|
| redis.clients.jedis.executors.aggregators | |
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JedisClusterInfoCache |
class |
PushMessageTypes
Known push message types sent by Redis server.
|
class |
StaticCommandFlagsRegistry
Static implementation of CommandFlagsRegistry.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Connection.addPushConsumer(PushConsumer consumer) |
java.util.Set<java.lang.Integer> |
CommandArguments.getKeyHashSlots() |
java.util.List<java.lang.Object> |
CommandArguments.getKeys()
Returns the keys used in this command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PushInvalidateConsumer
PushConsumer that drops RESP3 invalidate push messages after evicting the
referenced Redis keys from the supplied Cache. |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiNodeResultAggregator<T>
Internal use only.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchResult.PerFieldDecoderSearchResultBuilder |
| Modifier and Type | Method and Description |
|---|---|
FTSearchParams |
FTSearchParams.dialectOptional(int dialect)
This method will not replace the dialect if it has been already set.
|
boolean |
FTSearchParams.getNoContent() |
java.util.Map<java.lang.String,java.lang.Boolean> |
FTSearchParams.getReturnFieldDecodeMap() |
boolean |
FTSearchParams.getWithScores() |
Copyright © 2026. All rights reserved.