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