Uses of Class
io.quarkus.redis.datasource.sortedset.ZMpopArgs
-
Packages that use ZMpopArgs Package Description io.quarkus.redis.datasource.sortedset -
-
Uses of ZMpopArgs in io.quarkus.redis.datasource.sortedset
Methods in io.quarkus.redis.datasource.sortedset that return ZMpopArgs Modifier and Type Method Description ZMpopArgsZMpopArgs. count(int count)The optionalCOUNTcan be used to specify the number of elements to pop, and is set to 1 by default.ZMpopArgsZMpopArgs. max()TheMAXmodifier causes elements with the highest scores to be popped.ZMpopArgsZMpopArgs. min()When theMINmodifier is used, the elements popped are those with the lowest scores from the first non-empty sorted set.
-