Redis – Is it possible to clear node.js require cache using express.js?
I wrote node.js small app for myself which was using small js code to clear require cache before handling request: let clearCache if (process.env.NODE_ENV === 'development') { const {cache} = require clearCache = (except) => { for (let key in…