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)
Set the command output to a 64-bit signed integer.
|
complete, decodeAscii, get, getError, hasError, set, setError, setErrorpublic DateOutput(RedisCodec<K,V> codec)
public void set(long time)
CommandOutputCommandOutput implementations must override this method
unless they only receive a byte array value.set in class CommandOutput<K,V,Date>time - The command output.Copyright © 2025. All rights reserved.