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