vertx / io.vertx.reactivex.redis / RedisClient / hgetall

hgetall

open fun hgetall(key: String, handler: Handler<AsyncResult<JsonObject>>): RedisClient

Get all the fields and values in a hash

Parameters

key - Key string

handler - Handler for the result of this call.

Return