| Class | Description |
|---|---|
| AggregateReplyParser<K,V> |
Parser for Redis FT.AGGREGATE command output.
|
| AggregationReply<K,V> |
Represents the response from a Redis Search aggregation command (FT.AGGREGATE) or an (FT.CURSOR READ) command.
|
| AggregationReply.Cursor |
Lightweight cursor handle containing the server-assigned cursor id and optional node id (cluster sticky routing).
|
| SearchReply<K,V> |
Represents the results of a Redis FT.SEARCH command.
|
| SearchReply.SearchResult<K,V> |
Represents a single search result document.
|
| SearchReplyParser<K,V> |
Parser for Redis Search (RediSearch) command responses that converts raw Redis data into structured
SearchReply
objects. |
| SpellCheckResult<V> |
Represents the result of a Redis FT.SPELLCHECK command.
|
| SpellCheckResult.MisspelledTerm<V> |
Represents a misspelled term and its spelling suggestions.
|
| SpellCheckResult.Suggestion<V> |
Represents a spelling suggestion with its score.
|
| SpellCheckResultParser<K,V> |
Parser for Redis FT.SPELLCHECK command output.
|
| Suggestion<V> |
Represents a suggestion returned by the FT.SUGGET command.
|
| SuggestionParser<V> |
Parser for Redis FT.SUGGET command output.
|
| SynonymMapParser<K,V> |
Parser for FT.SYNDUMP command results that handles both RESP2 and RESP3 protocol responses.
|
Copyright © 2025 lettuce.io. All rights reserved.