Home / node / Commands / enumerations / ScoreFilter @valkey/valkey-glide
@valkey/valkey-glide / Commands / ScoreFilter
Enumeration: ScoreFilter
Mandatory option for zmpop. Defines which elements to pop from the sorted set.
Enumeration Members
MAX
MAX:
"MAX"
Pop elements with the highest scores.
MIN
MIN:
"MIN"
Pop elements with the lowest scores.