refactor: removed redis + new scheduler engine
This commit is contained in:
7
server/core/cache.js
Normal file
7
server/core/cache.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const NodeCache = require('node-cache')
|
||||
|
||||
module.exports = {
|
||||
init() {
|
||||
return new NodeCache()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user