deno.land / x / mongoose@6.7.5 / examples / redis-todo / middleware / clearCache.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
'use strict';
const { clearCache } = require('../services/cache');
module.exports = async function(req, res, next) { await next(); // call endpoint console.log(req.userId); clearCache(req.userId);};
mongoose

Version Info

Tagged at
a year ago