public class BooleanListOutput<K,V> extends CommandOutput<K,V,List<Boolean>>
List of boolean output.codec, error, output| Constructor and Description |
|---|
BooleanListOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(long integer)
Set the command output to a 64-bit signed integer.
|
complete, decodeAscii, get, getError, hasError, set, setError, setErrorpublic BooleanListOutput(RedisCodec<K,V> codec)
public void set(long integer)
CommandOutputCommandOutput implementations must override this method
unless they only receive a byte array value.Copyright © 2025. All rights reserved.