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 specified expire time, in seconds.Sets the expiration.GetExArgs.exAt
(long timestamp) Sets the expiration timeSets the expiration timeGetExArgs.persist()
SetsPERSIST
GetExArgs.px
(long timeout) Set the specified expire time, in milliseconds.Set the specified expire time, in milliseconds.GetExArgs.pxAt
(long timestamp) Set the specified Unix time at which the key will expire, in milliseconds.Set the specified Unix time at which the key will expire, in milliseconds.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
GetExArgs
instead