Uses of Class
io.quarkus.redis.datasource.SortArgs
Packages that use SortArgs
Package
Description
-
Uses of SortArgs in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return SortArgsModifier and TypeMethodDescriptionSortArgs.alpha()When the list contains string values and you want to sort them lexicographically, use the ALPHA modifier.SortArgs.ascending()UseASCorder (from small to large).Sets theBYpattern.SortArgs.descending()UseDESCorder (from large to small).Adds aGEToption.Sets theGEToption.SortArgs.limit(long count) Sets the limit option with only the number of elements.SortArgs.limit(long offset, long count) Sets the limit option using the offset and count.SortArgs.limit(SortArgs.Limit limit) Sets the limit option. -
Uses of SortArgs in io.quarkus.redis.datasource.list
Methods in io.quarkus.redis.datasource.list with parameters of type SortArgsModifier and TypeMethodDescriptionExecute the command SORT.Execute the command SORT.longListCommands.sortAndStore(K key, K destination, SortArgs sortArguments) Execute the command SORT with theSTOREoption.io.smallrye.mutiny.Uni<Long>ReactiveListCommands.sortAndStore(K key, K destination, SortArgs sortArguments) Execute the command SORT with theSTOREoption. -
Uses of SortArgs in io.quarkus.redis.datasource.set
Methods in io.quarkus.redis.datasource.set with parameters of type SortArgsModifier and TypeMethodDescriptionExecute the command SORT.Execute the command SORT.io.smallrye.mutiny.Uni<Long>ReactiveSetCommands.sortAndStore(K key, K destination, SortArgs sortArguments) Execute the command SORT with theSTOREoption.longSetCommands.sortAndStore(K key, K destination, SortArgs sortArguments) Execute the command SORT with theSTOREoption. -
Uses of SortArgs in io.quarkus.redis.datasource.sortedset
Methods in io.quarkus.redis.datasource.sortedset with parameters of type SortArgsModifier and TypeMethodDescriptionExecute the command SORT.Execute the command SORT.io.smallrye.mutiny.Uni<Long>ReactiveSortedSetCommands.sortAndStore(K key, K destination, SortArgs sortArguments) Execute the command SORT with theSTOREoption.longSortedSetCommands.sortAndStore(K key, K destination, SortArgs sortArguments) Execute the command SORT with theSTOREoption. -
Uses of SortArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type SortArgsModifier and TypeMethodDescriptionlongBlockingListCommandsImpl.sortAndStore(K key, K destination, SortArgs sortArguments) longBlockingSetCommandsImpl.sortAndStore(K key, K destination, SortArgs sortArguments) longBlockingSortedSetCommandsImpl.sortAndStore(K key, K destination, SortArgs sortArguments) io.smallrye.mutiny.Uni<Long>ReactiveSortable.sortAndStore(K key, K destination, SortArgs args)