Usage
Sets the specified fields to their respective values in the hash stored atkey. This command overwrites any specified fields already existing in the hash.
Parameters
string
required
The key of the hash
Record<string, TData>
required
An object containing field-value pairs to set in the hash. Each key in the object represents a field name, and its value is the value to set.
Response
number
The number of fields that were added or updated in the hash.