vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / hgetallAwait

hgetallAwait

suspend fun RedisTransaction.hgetallAwait(key: String): String

Get all the fields and values in a hash

Parameters

key - Key string

handler - Handler for the result of this call.

Return