open fun hvals(key: String, handler: Handler<AsyncResult<JsonArray>>): RedisClient
Get all the values in a hash
key - Key string
key
handler - Handler for the result of this call.
handler
Return