vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hvalsAwait

hvalsAwait

suspend fun RedisClient.hvalsAwait(key: String): JsonArray

Get all the values in a hash

Parameters

key - Key string

handler - Handler for the result of this call.

Return