Function RedisDatabase.hsetNX
Set the value of a hash field, only if the field does not exist
bool hsetNX(T)
(
string key,
string field,
T value
)
if (isValidRedisValueType!T);