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 expiration timeout, in seconds.Set the expiration timeout, in seconds.SetArgs.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.SetArgs.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 expiration timeout, in milliseconds.Set the expiration timeout, in milliseconds.SetArgs.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.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.voidExecute the command SET.voidExecute the command SET.io.smallrye.mutiny.Uni<Void> Execute the command SET.io.smallrye.mutiny.Uni<V> Execute the command SET.voidExecute 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> voidvoidio.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> voidio.smallrye.mutiny.Uni<V> io.smallrye.mutiny.Uni<Void>
SetArgsinstead.