Class HRANDFIELD

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

public class HRANDFIELD extends RespCommand implements Resp3Command
`HRANDFIELD key [count [WITHVALUES]]` command.

Returns count keys from the hash stored at key. Negative count can return duplicated keys.

Since:
15.0
Author:
José Bolina
See Also: