# File lib/redis/distributed.rb, line 528
    def zadd(key, *args)
      node_for(key).zadd(key, *args)
    end