vertx / io.vertx.rxjava.redis / RedisTransaction / hgetall

hgetall

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

Get all the fields and values in a hash

Parameters

key - Key string

handler - Handler for the result of this call.

Return