Hash
HSETNX
Write a field to a hash but only if the field does not exist.
Arguments
The key of the hash.
The name of the field.
Any value, if it’s not a string it will be serialized to JSON.
Response
1
if the field was set, 0
if it already existed.