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