vertx / io.vertx.rxjava.redis / RedisTransaction / hmget

hmget

open fun hmget(key: String, fields: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Get the values of all the given hash fields

Parameters

key - Key string

fields - Field names

handler - Handler for the result of this call.

Return