java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.generic.SORT
All Implemented Interfaces:
Resp3Command

public class SORT extends RespCommand implements Resp3Command
Returns or stores the elements contained in the list, set or sorted set at key. There is also the SORT_RO read-only variant of this command.
Since:
15.0
See Also: