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