Set the value of a hash field or multiple fields
method
RedisClient.hset
@param key
The hash key
@param fields
Object/Record with field-value pairs
@returns
Promise that resolves with the number of fields that were added
@param key
The hash key
@param field
The field name
@param value
The value to set
@param rest
Additional field-value pairs
@returns
Promise that resolves with the number of fields that were added
Referenced types
type KeyLike = string | ArrayBufferView | Blob