java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.hash.HVALS
All Implemented Interfaces:
Resp3Command

public class HVALS extends RespCommand implements Resp3Command
`HVALS key` command.

Return all values in the hash map stored under key.

Since:
15.0
Author:
José Bolina
See Also: