# File lib/redis/distributed.rb, line 339
    def llen(key)
      node_for(key).llen(key)
    end