Uses of Class
io.quarkus.redis.datasource.value.SetArgs
Packages that use SetArgs
Package
Description
-
Uses of SetArgs in io.quarkus.redis.datasource.string
Subclasses of SetArgs in io.quarkus.redis.datasource.string -
Uses of SetArgs in io.quarkus.redis.datasource.value
Methods in io.quarkus.redis.datasource.value that return SetArgsModifier and TypeMethodDescriptionSetArgs.ex
(long timeout) Set the specified expire time, in seconds.Sets the expiration.SetArgs.exAt
(long timestamp) Sets the expiration timeSets the expiration timeSetArgs.get()
Return the old string stored at key, or nil if key did not exist.SetArgs.keepttl()
Set the value and retain the existing TTL.SetArgs.nx()
Only set the key if it does not already exist.SetArgs.px
(long timeout) Set the specified expire time, in milliseconds.Set the specified expire time, in milliseconds.SetArgs.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.SetArgs.xx()
Only set the key if it already exists.Methods in io.quarkus.redis.datasource.value with parameters of type SetArgsModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>
Execute the command SET.io.smallrye.mutiny.Uni<Void>
Execute the command SET.void
Execute the command SET.void
Execute the command SET.io.smallrye.mutiny.Uni<Void>
Execute the command SET.io.smallrye.mutiny.Uni<V>
Execute the command SET.void
Execute the command SET.Execute the command SET. -
Uses of SetArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type SetArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
void
void
io.smallrye.mutiny.Uni<Void>
io.smallrye.mutiny.Uni<Void>
void
io.smallrye.mutiny.Uni<V>
io.smallrye.mutiny.Uni<Void>
SetArgs
instead.