如何使用catbox for redis?

时间:2017-11-27 12:37:49

标签: javascript node.js caching redis node-redis

我正在使用此程序包https://www.npmjs.com/package/catbox进行redis缓存中的操作,我按照文档配置但是我收到此错误

UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Disconnected

我的代码

const Catbox = require('catbox');
const catBoxRedis = require('catbox-redis');

我的要点

https://gist.github.com/mariyappan88/14bf047484449708c61176211e694f80

0 个答案:

没有答案