vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hkeysAwait

hkeysAwait

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

Get all the fields in a hash

Parameters

key - Key string

handler - Handler for the result of this call.

Return