if (!this.cfg.redis.opts.enabled || !this.db || !await this.redis_ping()) {
    this.get_mx_file(address, domain, next);
    return;
  }