Uses of Class
io.quarkus.redis.datasource.search.AggregateArgs.SortBy
Packages that use AggregateArgs.SortBy
-
Uses of AggregateArgs.SortBy in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return AggregateArgs.SortByModifier and TypeMethodDescriptionAggregateArgs.SortBy.descending
(String property) AggregateArgs.SortBy.max
(int max) Methods in io.quarkus.redis.datasource.search with parameters of type AggregateArgs.SortByModifier and TypeMethodDescriptionAggregateArgs.sortBy
(AggregateArgs.SortBy sortBy) Sorts the pipeline up until the point ofSORTBY
, using the given property and the ascending order.