All Implemented Interfaces:
Resp3Command

public class HSET extends HMSET
Executes the `HSET key field value [field value ...]` command.

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

Since:
15.0
See Also: