K - Key type.V - Value type.public class KeyValueValueListOutput<K,V> extends CommandOutput<K,V,KeyValue<K,List<V>>>
codec, error, output| Constructor and Description |
|---|
KeyValueValueListOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(int depth)
Mark the command output complete.
|
void |
multi(int count)
Mark the beginning of a multi sequence (array).
|
void |
set(ByteBuffer bytes)
Update the command output with a sequence of bytes, or
null. |
decodeString, get, getError, hasError, multiArray, multiMap, multiPush, multiSet, set, set, set, setBigNumber, setError, setError, setSingle, toStringpublic KeyValueValueListOutput(RedisCodec<K,V> codec)
public void set(ByteBuffer bytes)
CommandOutputnull. Concrete CommandOutput implementations must
override this method to decode bulk/bytes response values.public void multi(int count)
CommandOutputpublic void complete(int depth)
CommandOutputCopyright © 2025 lettuce.io. All rights reserved.