Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 177 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 177 Bytes

usage: const {cacheMiddlewareFactory} = require('./redisCacheMiddleware') const cache = cacheMiddlewareFactory(); router.get('/...', cache(), normalRouter)

still draft now...