K - Key type.V - Value type.public class ScoredValueOutput<K,V> extends CommandOutput<K,V,ScoredValue<V>>
ScoredValue.codec, error, output| Constructor and Description |
|---|
ScoredValueOutput(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.
|
public ScoredValueOutput(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.set in class CommandOutput<K,V,ScoredValue<V>>bytes - The command output, or null.Copyright © 2020 lettuce.io. All rights reserved.