| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| redis.clients.jedis.search.aggr |
This package contains the classes related to Aggregation commands in RediSearch module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScanIteration |
| Modifier and Type | Class and Description |
|---|---|
class |
FtSearchIteration
Deprecated.
Use
UnifiedJedis.ftSearch(String, String, FTSearchParams) directly.
This class will be removed in a future release. |
| Modifier and Type | Class and Description |
|---|---|
class |
FtAggregateIteration
Deprecated.
Since Redis 8.0, FT.AGGREGATE automatically retrieves results from all cluster nodes,
eliminating the need for manual iteration across nodes. Use
AggregateIterator
instead, which provides better cursor management and connection handling. |
Copyright © 2026. All rights reserved.