vertx / io.vertx.redis / RedisTransaction / hgetall

hgetall

abstract 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.

Since
Redis 2.0.0 group: hash