| Modifier and Type | Method and Description |
|---|---|
static GetExArgs |
ex(Duration timeout)
Creates new
GetExArgs and enable EX. |
static GetExArgs |
ex(long timeout)
Creates new
GetExArgs and enable EX. |
static GetExArgs |
exAt(Date timestamp)
Creates new
GetExArgs and enable EXAT. |
static GetExArgs |
exAt(Instant timestamp)
Creates new
GetExArgs and enable EXAT. |
static GetExArgs |
exAt(long timestamp)
Creates new
GetExArgs and enable EXAT. |
static GetExArgs |
persist()
Creates new
GetExArgs and enable PERSIST. |
static GetExArgs |
px(Duration timeout)
Creates new
GetExArgs and enable PX. |
static GetExArgs |
px(long timeout)
Creates new
GetExArgs and enable PX. |
static GetExArgs |
pxAt(Date timestamp)
Creates new
GetExArgs and enable PXAT. |
static GetExArgs |
pxAt(Instant timestamp)
Creates new
GetExArgs and enable PXAT. |
static GetExArgs |
pxAt(long timestamp)
Creates new
GetExArgs and enable PXAT. |
public static GetExArgs ex(long timeout)
GetExArgs and enable EX.timeout - expire time in seconds.GetExArgs with EX enabled.GetExArgs.ex(long)public static GetExArgs ex(Duration timeout)
GetExArgs and enable EX.timeout - expire time in seconds.GetExArgs with EX enabled.GetExArgs.ex(long)public static GetExArgs exAt(long timestamp)
GetExArgs and enable EXAT.timestamp - the timestamp type: posix time in seconds.GetExArgs with EXAT enabled.GetExArgs.exAt(long)public static GetExArgs exAt(Date timestamp)
GetExArgs and enable EXAT.timestamp - the timestamp type: posix time in seconds.GetExArgs with EXAT enabled.GetExArgs.exAt(Date)public static GetExArgs exAt(Instant timestamp)
GetExArgs and enable EXAT.timestamp - the timestamp type: posix time in seconds.GetExArgs with EXAT enabled.GetExArgs.exAt(Instant)public static GetExArgs px(long timeout)
GetExArgs and enable PX.timeout - expire time in milliseconds.GetExArgs with PX enabled.GetExArgs.px(long)public static GetExArgs px(Duration timeout)
GetExArgs and enable PX.timeout - expire time in milliseconds.GetExArgs with PX enabled.GetExArgs.px(long)public static GetExArgs pxAt(long timestamp)
GetExArgs and enable PXAT.timestamp - the timestamp type: posix time.GetExArgs with PXAT enabled.GetExArgs.pxAt(long)public static GetExArgs pxAt(Date timestamp)
GetExArgs and enable PXAT.timestamp - the timestamp type: posix time.GetExArgs with PXAT enabled.GetExArgs.pxAt(Date)public static GetExArgs pxAt(Instant timestamp)
GetExArgs and enable PXAT.timestamp - the timestamp type: posix time.GetExArgs with PXAT enabled.GetExArgs.pxAt(Instant)public static GetExArgs persist()
GetExArgs and enable PERSIST.GetExArgs with PERSIST enabled.GetExArgs.persist()Copyright © 2024 lettuce.io. All rights reserved.