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)
Set the command output to a 64-bit signed integer.
|
public 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 © 2020 lettuce.io. All rights reserved.