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

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

Verify if the specified field exists in the hash stored at key. Returns 1 if true, or 0, otherwise.

Since:
15.0
Author:
José Bolina
See Also: