Uses of Class
io.quarkus.redis.datasource.value.SetArgs
-
Packages that use SetArgs Package Description io.quarkus.redis.datasource.string io.quarkus.redis.datasource.value io.quarkus.redis.runtime.datasource -
-
Uses of SetArgs in io.quarkus.redis.datasource.string
Subclasses of SetArgs in io.quarkus.redis.datasource.string Modifier and Type Class Description classSetArgsDeprecated.UseSetArgsinstead. -
Uses of SetArgs in io.quarkus.redis.datasource.value
Methods in io.quarkus.redis.datasource.value that return SetArgs Modifier and Type Method Description SetArgsSetArgs. ex(long timeout)Set the specified expire time, in seconds.SetArgsSetArgs. ex(Duration timeout)Sets the expiration.SetArgsSetArgs. exAt(long timestamp)Sets the expiration timeSetArgsSetArgs. exAt(Instant timestamp)Sets the expiration timeSetArgsSetArgs. get()Return the old string stored at key, or nil if key did not exist.SetArgsSetArgs. keepttl()Set the value and retain the existing TTL.SetArgsSetArgs. nx()Only set the key if it does not already exist.SetArgsSetArgs. px(long timeout)Set the specified expire time, in milliseconds.SetArgsSetArgs. px(Duration timeout)Set the specified expire time, in milliseconds.SetArgsSetArgs. pxAt(long timestamp)Set the specified Unix time at which the key will expire, in milliseconds.SetArgsSetArgs. pxAt(Instant timestamp)Set the specified Unix time at which the key will expire, in milliseconds.SetArgsSetArgs. xx()Only set the key if it already exists.Methods in io.quarkus.redis.datasource.value with parameters of type SetArgs Modifier and Type Method Description io.smallrye.mutiny.Uni<Void>ReactiveTransactionalValueCommands. set(K key, V value, SetArgs setArgs)Execute the command SET.io.smallrye.mutiny.Uni<Void>ReactiveValueCommands. set(K key, V value, SetArgs setArgs)Execute the command SET.voidTransactionalValueCommands. set(K key, V value, SetArgs setArgs)Execute the command SET.voidValueCommands. set(K key, V value, SetArgs setArgs)Execute the command SET.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalValueCommands. setGet(K key, V value, SetArgs setArgs)Execute the command SET.io.smallrye.mutiny.Uni<V>ReactiveValueCommands. setGet(K key, V value, SetArgs setArgs)Execute the command SET.voidTransactionalValueCommands. setGet(K key, V value, SetArgs setArgs)Execute the command SET.VValueCommands. setGet(K key, V value, SetArgs setArgs)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)
-