K - Key type.V - Value type.@Experimental public class HybridReplyParser<K,V> extends Object implements ComplexDataParser<HybridReply<K,V>>
FT.HYBRID responses. Handles both RESP2 and RESP3 protocol formats.| Constructor and Description |
|---|
HybridReplyParser(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
HybridReply<K,V> |
parse(ComplexData data)
Parse the data extracted from the server to a specific domain object.
|
public HybridReplyParser(RedisCodec<K,V> codec)
public HybridReply<K,V> parse(ComplexData data)
ComplexDataParserparse in interface ComplexDataParser<HybridReply<K,V>>data - the data to parseCopyright © 2026 lettuce.io. All rights reserved.