Uses of Class
io.quarkus.redis.datasource.string.SetArgs
-
Packages that use SetArgs Package Description io.quarkus.redis.datasource.string io.quarkus.redis.runtime.datasource -
-
Uses of SetArgs in io.quarkus.redis.datasource.string
Methods in io.quarkus.redis.datasource.string that return SetArgs Modifier and Type Method Description SetArgsSetArgs. ex(long timeout)Deprecated.Set the specified expire time, in seconds.SetArgsSetArgs. ex(Duration timeout)Deprecated.Sets the expiration.SetArgsSetArgs. exAt(long timestamp)Deprecated.Sets the expiration timeSetArgsSetArgs. exAt(Instant timestamp)Deprecated.Sets the expiration timeSetArgsSetArgs. get()Deprecated.Return the old string stored at key, or nil if key did not exist.SetArgsSetArgs. keepttl()Deprecated.Set the value and retain the existing TTL.SetArgsSetArgs. nx()Deprecated.Only set the key if it does not already exist.SetArgsSetArgs. px(long timeout)Deprecated.Set the specified expire time, in milliseconds.SetArgsSetArgs. px(Duration timeout)Deprecated.Set the specified expire time, in milliseconds.SetArgsSetArgs. pxAt(long timestamp)Deprecated.Set the specified Unix time at which the key will expire, in milliseconds.SetArgsSetArgs. pxAt(Instant timestamp)Deprecated.Set the specified Unix time at which the key will expire, in milliseconds.SetArgsSetArgs. xx()Deprecated.Only set the key if it already exists.Methods in io.quarkus.redis.datasource.string with parameters of type SetArgs Modifier and Type Method Description io.smallrye.mutiny.Uni<Void>ReactiveStringCommands. set(K key, V value, SetArgs setArgs)Deprecated.Execute the command SET.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalStringCommands. set(K key, V value, SetArgs setArgs)Deprecated.Execute the command SET.voidStringCommands. set(K key, V value, SetArgs setArgs)Deprecated.Execute the command SET.voidTransactionalStringCommands. set(K key, V value, SetArgs setArgs)Deprecated.Execute the command SET.io.smallrye.mutiny.Uni<V>ReactiveStringCommands. setGet(K key, V value, SetArgs setArgs)Deprecated.Execute the command SET.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalStringCommands. setGet(K key, V value, SetArgs setArgs)Deprecated.Execute the command SET.VStringCommands. setGet(K key, V value, SetArgs setArgs)Deprecated.Execute the command SET.voidTransactionalStringCommands. setGet(K key, V value, SetArgs setArgs)Deprecated.Execute the command SET. -
Uses of SetArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type SetArgs Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractStringCommands. _set(K key, V value, SetArgs setArgs)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractStringCommands. _setGet(K key, V value, SetArgs setArgs)voidBlockingStringCommandsImpl. set(K key, V value, SetArgs setArgs)voidBlockingTransactionalStringCommandsImpl. set(K key, V value, SetArgs setArgs)io.smallrye.mutiny.Uni<Void>ReactiveStringCommandsImpl. set(K key, V value, SetArgs setArgs)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalStringCommandsImpl. set(K key, V value, SetArgs setArgs)VBlockingStringCommandsImpl. setGet(K key, V value, SetArgs setArgs)voidBlockingTransactionalStringCommandsImpl. setGet(K key, V value, SetArgs setArgs)io.smallrye.mutiny.Uni<V>ReactiveStringCommandsImpl. setGet(K key, V value, SetArgs setArgs)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalStringCommandsImpl. setGet(K key, V value, SetArgs setArgs)
-