rendertron redis cache
Clone and install dependencies:
git clone https://github.com/GoogleChrome/rendertron.git
cd rendertron
npm install
${rendertron_dir}/src/rendertron.ts
const {RedisCache} = await import('./RedisCache');
this.app.use(new RedisCache().middleware());
npm run build