vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / hmgetAwait

hmgetAwait

suspend fun RedisTransaction.hmgetAwait(key: String, fields: List<String>): String

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