K - Key type.V - Value type.public class ScoredValueStreamingOutput<K,V> extends CommandOutput<K,V,Long>
codec, error, output| Constructor and Description |
|---|
ScoredValueStreamingOutput(RedisCodec<K,V> codec,
ScoredValueStreamingChannel<V> channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(ByteBuffer bytes)
Update the command output with a sequence of bytes, or
null. |
void |
set(double number)
Update the command output with a floating-point number.
|
complete, decodeString, get, getError, hasError, multi, multiArray, multiMap, multiPush, multiSet, set, set, setBigNumber, setError, setError, setSingle, toStringpublic ScoredValueStreamingOutput(RedisCodec<K,V> codec, ScoredValueStreamingChannel<V> channel)
public void set(ByteBuffer bytes)
CommandOutputnull. Concrete CommandOutput implementations must
override this method to decode bulk/bytes response values.set in class CommandOutput<K,V,Long>bytes - The command output, or null.public void set(double number)
CommandOutputCommandOutput implementations must override this
method to decode double response values.set in class CommandOutput<K,V,Long>number - The command output.Copyright © 2025 lettuce.io. All rights reserved.