K - Key type.public class KeyListOutput<K,V> extends CommandOutput<K,V,java.util.List<K>>
List of keys output.codec, error, output| Constructor and Description |
|---|
KeyListOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(java.nio.ByteBuffer bytes)
Set the command output to a sequence of bytes, or null.
|
complete, decodeAscii, get, getError, hasError, set, setError, setErrorpublic KeyListOutput(RedisCodec<K,V> codec)
public void set(java.nio.ByteBuffer bytes)
CommandOutputCommandOutput implementations must override this method
unless they only receive an integer value which cannot be null.set in class CommandOutput<K,V,java.util.List<K>>bytes - The command output, or null.