java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.sortedset.ZMPOP
All Implemented Interfaces:
Resp3Command

public class ZMPOP extends RespCommand implements Resp3Command
Pops one or more elements, that are member-score pairs, from the first non-empty sorted set in the provided list of key names. ZMPOP and {BZMPOP} are similar to the following, more limited, commands: ZPOPMIN or ZPOPMAX which take only one key, and can return multiple elements. {BZPOPMIN} or {BZPOPMAX} which take multiple keys, but return only one element from just one key. See {BZMPOP} for the blocking variant of this command.
Since:
15.0
See Also: