suspend fun RedisTransaction.hgetAwait(key: String, field: String): String
Get the value of a hash field
key - Key string
key
field - Field name
field
handler - Handler for the result of this call.
handler
Return