ussd-tg-proxy/src/cache.js

7 lines
119 B
JavaScript
Raw Normal View History

2022-01-14 12:46:59 +01:00
const Redis = require("ioredis");
// TODO: get value from confini
const cache = new Redis();
module.exports = cache;