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()
UseASC
order (from small to large).Sets theBY
pattern.SortArgs.descending()
UseDESC
order (from large to small).Adds aGET
option.Sets theGET
option.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.long
ListCommands.sortAndStore
(K key, K destination, SortArgs sortArguments) Execute the command SORT with theSTORE
option.io.smallrye.mutiny.Uni<Long>
ReactiveListCommands.sortAndStore
(K key, K destination, SortArgs sortArguments) Execute the command SORT with theSTORE
option. -
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 theSTORE
option.long
SetCommands.sortAndStore
(K key, K destination, SortArgs sortArguments) Execute the command SORT with theSTORE
option. -
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 theSTORE
option.long
SortedSetCommands.sortAndStore
(K key, K destination, SortArgs sortArguments) Execute the command SORT with theSTORE
option. -
Uses of SortArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type SortArgsModifier and TypeMethodDescriptionlong
BlockingListCommandsImpl.sortAndStore
(K key, K destination, SortArgs sortArguments) long
BlockingSetCommandsImpl.sortAndStore
(K key, K destination, SortArgs sortArguments) long
BlockingSortedSetCommandsImpl.sortAndStore
(K key, K destination, SortArgs sortArguments) io.smallrye.mutiny.Uni<Long>
ReactiveSortable.sortAndStore
(K key, K destination, SortArgs args)