suspend fun RedisClient.hsetnxAwait(key: String, field: String, value: String): Long
Set the value of a hash field, only if the field does not exist
key - Key string
key
field - Field name
field
value - New value
value
handler - Handler for the result of this call.
handler
Return