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