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