open fun hsetnx(key: String, field: String, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction
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