vertx / io.vertx.redis / RedisTransaction / llen

llen

abstract fun llen(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Get the length of a list

Parameters

key - String key

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: list