Uses of Class
io.quarkus.redis.datasource.value.GetExArgs
Packages that use GetExArgs
Package
Description
-
Uses of GetExArgs in io.quarkus.redis.datasource.string
Subclasses of GetExArgs in io.quarkus.redis.datasource.string -
Uses of GetExArgs in io.quarkus.redis.datasource.value
Methods in io.quarkus.redis.datasource.value that return GetExArgsModifier and TypeMethodDescriptionGetExArgs.ex(long timeout) Set the expiration timeout, in seconds.Set the expiration timeout, in seconds.GetExArgs.exAt(long timestamp) Set the expiration timestamp as a number of seconds since the Unix epoch.Set the expiration timestamp as a number of seconds since the Unix epoch.GetExArgs.persist()SetPERSIST.GetExArgs.px(long timeout) Set the expiration timeout, in milliseconds.Set the expiration timeout, in milliseconds.GetExArgs.pxAt(long timestamp) Set the expiration timestamp as a number of milliseconds since the Unix epoch.Set the expiration timestamp as a number of milliseconds since the Unix epoch.Methods in io.quarkus.redis.datasource.value with parameters of type GetExArgs -
Uses of GetExArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type GetExArgs
GetExArgsinstead