K
- Key type.V
- Value type.public class ByteArrayOutput<K,V> extends CommandOutput<K,V,byte[]>
codec, error, output
Constructor and Description |
---|
ByteArrayOutput(RedisCodec<K,V> codec) |
Modifier and Type | Method and Description |
---|---|
void |
set(ByteBuffer bytes)
Update the command output with a sequence of bytes, or
null . |
complete, decodeAscii, get, getError, hasError, multi, multiArray, multiMap, multiPush, multiSet, set, set, set, setBigNumber, setError, setError, setSingle, toString
public ByteArrayOutput(RedisCodec<K,V> codec)
public void set(ByteBuffer bytes)
CommandOutput
null
. Concrete CommandOutput
implementations must
override this method to decode bulk
/bytes response values.set
in class CommandOutput<K,V,byte[]>
bytes
- The command output, or null.Copyright © 2023 lettuce.io. All rights reserved.