suspend fun RedisTransaction.hvalsAwait(key: String): String
Get all the values in a hash
key - Key string
key
handler - Handler for the result of this call.
handler
Return