suspend fun RedisTransaction.hsetAwait(key: String, field: String, value: String): String
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