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

public class HGET extends RespCommand implements Resp3Command
`HGET key field` command.

Find the value associated with field in the hash stored at key.
Since:
15.0
Author:
José Bolina
See Also: