Middleware library to cache express api routes. Inspired on apicache.
TODO
You must have Node.js and a local Redis instance installed. With an npm version >= 6.0 (for package-lock.json usage).
- Make your changes and create a pull request
- Once approved
npm version <minor|major|patch>git push origin <branchName> --follow-tags
npm test
npm run lint