open fun llen(key: String, handler: Handler<AsyncResult<Long>>): RedisClient
Get the length of a list
key - String key
key
handler - Handler for the result of this call.
handler
Return