| Package | Description |
|---|---|
| io.lettuce.core.output |
Implementation of different output protocols including the Streaming API.
|
| io.lettuce.core.search |
Support for the RediSearch features.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SetComplexData
An implementation of the
ComplexData that handles maps. |
| Modifier and Type | Field and Description |
|---|---|
protected ComplexData |
ComplexOutput.data |
| Modifier and Type | Method and Description |
|---|---|
RawVector |
RawVectorParser.parse(ComplexData dynamicData)
Parse the output of the Redis VEMB command with the RAW option and convert it to a
RawVector object. |
TrackingInfo |
TrackingInfoParser.parse(ComplexData dynamicData)
Parse the output of the Redis CLIENT TRACKINGINFO command and convert it to a
TrackingInfo |
T |
ComplexDataParser.parse(ComplexData data)
Parse the data extracted from the server to a specific domain object.
|
VectorMetadata |
VectorMetadataParser.parse(ComplexData dynamicData)
Parse the output of the Redis VINFO command and convert it to a
VectorMetadata object. |
| Modifier and Type | Method and Description |
|---|---|
SearchReply<K,V> |
SearchReplyParser.parse(ComplexData data)
Parses Redis Search command response data into a structured
SearchReply object. |
List<Suggestion<V>> |
SuggestionParser.parse(ComplexData data)
Parse the output of the Redis FT.SUGGET command and convert it to a list of
Suggestion objects. |
AggregationReply<K,V> |
AggregateReplyParser.parse(ComplexData data)
Parses the complex data from FT.AGGREGATE command into a list of SearchReply objects.
|
Map<V,List<V>> |
SynonymMapParser.parse(ComplexData data)
Parse the FT.SYNDUMP response data, automatically detecting RESP2 vs RESP3 format.
|
SpellCheckResult<V> |
SpellCheckResultParser.parse(ComplexData data) |
Copyright © 2025 lettuce.io. All rights reserved.