K - Key type.V - Value type.public class DateOutput<K,V> extends CommandOutput<K,V,Date>
codec, error, output| Constructor and Description |
|---|
DateOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(long time)
Update the command output with a 64-bit signed integer.
|
complete, decodeAscii, get, getError, hasError, multi, multiArray, multiMap, multiPush, multiSet, set, set, set, setBigNumber, setError, setError, setSingle, toStringpublic DateOutput(RedisCodec<K,V> codec)
public void set(long time)
CommandOutputCommandOutput implementations must override this
method to decode number (integer) response values.set in class CommandOutput<K,V,Date>time - The command output.Copyright © 2025 lettuce.io. All rights reserved.