vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / llenAwait

llenAwait

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

Get the length of a list

Parameters

key - String key

handler - Handler for the result of this call.

Return