| 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 |
RawVectorParser
Parser for Redis VEMB command output with the RAW option.
|
class |
TrackingInfoParser
Parser for Redis CLIENT TRACKINGINFO command output.
|
class |
VectorMetadataParser
Parser for Redis VINFO command output.
|
| Constructor and Description |
|---|
ComplexOutput(RedisCodec<K,V> codec,
ComplexDataParser<T> parser)
Constructs a new instance of the
ComplexOutput |
EncodedComplexOutput(RedisCodec<K,V> codec,
ComplexDataParser<T> parser)
Constructs a new instance of the
ComplexOutput |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateReplyParser<K,V>
Parser for Redis FT.AGGREGATE command output.
|
class |
SearchReplyParser<K,V>
Parser for Redis Search (RediSearch) command responses that converts raw Redis data into structured
SearchReply
objects. |
class |
SpellCheckResultParser<K,V>
Parser for Redis FT.SPELLCHECK command output.
|
class |
SuggestionParser<V>
Parser for Redis FT.SUGGET command output.
|
class |
SynonymMapParser<K,V>
Parser for FT.SYNDUMP command results that handles both RESP2 and RESP3 protocol responses.
|
Copyright © 2025 lettuce.io. All rights reserved.