open fun hset(key: String, field: String, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Set the string value of a hash field
key - Key string
key
field - Field name
field
value - New value
value
handler - Handler for the result of this call.
handler
Return