vertx / io.vertx.reactivex.redis / RedisClient / hvals

hvals

open fun hvals(key: String, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Get all the values in a hash

Parameters

key - Key string

handler - Handler for the result of this call.

Return