Uses of Class
io.quarkus.redis.datasource.string.GetExArgs
Packages that use GetExArgs
-
Uses of GetExArgs in io.quarkus.redis.datasource.string
Methods in io.quarkus.redis.datasource.string that return GetExArgsModifier and TypeMethodDescriptionGetExArgs.ex
(long timeout) Deprecated.Set the specified expire time, in seconds.Deprecated.Sets the expiration.GetExArgs.exAt
(long timestamp) Deprecated.Sets the expiration timeDeprecated.Sets the expiration timeGetExArgs.persist()
Deprecated.SetsPERSIST
GetExArgs.px
(long timeout) Deprecated.Set the specified expire time, in milliseconds.Deprecated.Set the specified expire time, in milliseconds.GetExArgs.pxAt
(long timestamp) Deprecated.Set the specified Unix time at which the key will expire, in milliseconds.Deprecated.Set the specified Unix time at which the key will expire, in milliseconds.Methods in io.quarkus.redis.datasource.string 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