Uses of Class
io.quarkus.redis.datasource.sortedset.ZAddArgs
Packages that use ZAddArgs
-
Uses of ZAddArgs in io.quarkus.redis.datasource.sortedset
Methods in io.quarkus.redis.datasource.sortedset that return ZAddArgsModifier and TypeMethodDescriptionZAddArgs.ch()Modify the return value from the number of new elements added, to the total number of elements changed (CH is an abbreviation of changed).ZAddArgs.gt()Only update existing elements if the new score is greater than the current score.ZAddArgs.lt()Only update existing elements if the new score is less than the current score.ZAddArgs.nx()Only add new elements.ZAddArgs.xx()Only update elements that already exist.Methods in io.quarkus.redis.datasource.sortedset with parameters of type ZAddArgsModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Boolean>Execute the command ZADD.io.smallrye.mutiny.Uni<Integer>ReactiveSortedSetCommands.zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items) Execute the command ZADD.io.smallrye.mutiny.Uni<Integer>Execute the command ZADD.io.smallrye.mutiny.Uni<Void>Execute the command ZADD.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommands.zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items) Execute the command ZADD.io.smallrye.mutiny.Uni<Void>Execute the command ZADD.booleanExecute the command ZADD.intSortedSetCommands.zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items) Execute the command ZADD.intExecute the command ZADD.voidExecute the command ZADD.voidTransactionalSortedSetCommands.zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items) Execute the command ZADD.voidExecute the command ZADD.io.smallrye.mutiny.Uni<Double>Execute the command ZADD.io.smallrye.mutiny.Uni<Void>Execute the command ZADD.Execute the command ZADD.voidExecute the command ZADD. -
Uses of ZAddArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type ZAddArgsModifier 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>AbstractSortedSetCommands._zadd(K key, ZAddArgs args, ScoredValue<V>... items) (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>booleanfinal intBlockingSortedSetCommandsImpl.zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items) intvoidvoidBlockingTransactionalSortedSetCommandsImpl.zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items) voidio.smallrye.mutiny.Uni<Boolean>io.smallrye.mutiny.Uni<Integer>ReactiveSortedSetCommandsImpl.zadd(K key, ZAddArgs args, ScoredValue<V>... items) io.smallrye.mutiny.Uni<Integer>io.smallrye.mutiny.Uni<Void>io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommandsImpl.zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items) io.smallrye.mutiny.Uni<Void>voidBlockingTransactionalSortedSetCommandsImpl.zaddincr(K key, ZAddArgs zAddArgs, double score, V member) io.smallrye.mutiny.Uni<Double>io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommandsImpl.zaddincr(K key, ZAddArgs zAddArgs, double score, V member)