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