vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / hvalsAwait

hvalsAwait

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

Get all the values in a hash

Parameters

key - Key string

handler - Handler for the result of this call.

Return