vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hgetallAwait

hgetallAwait

suspend fun RedisClient.hgetallAwait(key: String): JsonObject

Get all the fields and values in a hash

Parameters

key - Key string

handler - Handler for the result of this call.

Return