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

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

Retrieve the size of the hash map stored under the given key.

Since:
15.0
Author:
José Bolina
See Also: