vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / hlenAwait

hlenAwait

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

Get the number of fields in a hash

Parameters

key - Key string

handler - Handler for the result of this call.

Return