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