我正在使用此程序包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