# File lib/redis.rb, line 843
  def llen(key)
    synchronize do |client|
      client.call([:llen, key])
    end
  end