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