vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / llenAwait

llenAwait

suspend fun RedisClient.llenAwait(key: String): Long

Get the length of a list

Parameters

key - String key

handler - Handler for the result of this call.

Return