Redis Command: HSET
Create a new hash and set fields, or change the existing value of field(s) of a hash. If the key does not exist then it will be created. If the field does not exist then it will be created. And if the field exists then the value will be overwritten.