public class StringListOutput<K,V> extends CommandOutput<K,V,List<String>>
List of string output.codec, error, output| Constructor and Description |
|---|
StringListOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(ByteBuffer bytes)
Set the command output to a sequence of bytes, or null.
|
complete, decodeAscii, get, getError, hasError, set, setError, setErrorpublic StringListOutput(RedisCodec<K,V> codec)
public void set(ByteBuffer bytes)
CommandOutputCommandOutput implementations must override this method
unless they only receive an integer value which cannot be null.Copyright © 2025. All rights reserved.