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

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

the string length of the value associated with the field, or 0 if key or field do not exist
Since:
15.0
Author:
Vittorio Rigamonti
See Also: