Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 413 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 413 Bytes

rendertron-redis-cache

rendertron redis cache

Usage

Building

Clone and install dependencies:

git clone https://github.com/GoogleChrome/rendertron.git
cd rendertron
npm install

use rendertron-redis-cache

${rendertron_dir}/src/rendertron.ts

const {RedisCache} = await import('./RedisCache');
this.app.use(new RedisCache().middleware());
npm run build