java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.hash.HMSET
All Implemented Interfaces:
Resp3Command
Direct Known Subclasses:
HSET

public class HMSET extends RespCommand implements Resp3Command
Executes the `HMSET key field value [field value ...]` command.

Sets the specified `field`-`value` pairs in the hash stored at the given `key`.

Note this command is deprecated since Redis 4.0 in favor of HSET.
Since:
15.0
See Also: