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

public class ZSCORE extends RespCommand implements Resp3Command
Returns the score of member in the sorted set at key. If member does not exist in the sorted set, or key does not exist, nil is returned. Bulk string reply: the score of member (a double precision floating point number), represented as string.
Since:
15.0
See Also: