Closed plus1998 closed 3 years ago
[egg-bus] bull error: ReplyError: NOAUTH Authentication required.
然而我找遍这个项目demo,居然没有任何一处使用密码。
bull: { // Bull 队列配置:https://github.com/OptimalBits/bull/blob/develop/REFERENCE.md#queue redis: { port: 6379, // Redis port host: '127.0.0.1', // Redis host db: 1, password: 'Super123456', }, },
我参考了bull文档添加了密码,依然报错。
为了证明我的redis环境没有问题,我在同一个项目使用了egg-redis 是可以正常连接并使用的。
配置错误,关闭了
[egg-bus] bull error: ReplyError: NOAUTH Authentication required.
然而我找遍这个项目demo,居然没有任何一处使用密码。
bull: { // Bull 队列配置:https://github.com/OptimalBits/bull/blob/develop/REFERENCE.md#queue redis: { port: 6379, // Redis port host: '127.0.0.1', // Redis host db: 1, password: 'Super123456', }, },
我参考了bull文档添加了密码,依然报错。
为了证明我的redis环境没有问题,我在同一个项目使用了egg-redis 是可以正常连接并使用的。