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