mywei1989 / egg-bus

🐣 用 egg 编写优雅的队列与事件
MIT License
51 stars 8 forks source link

Redis使用密码验证时报错 #16

Closed plus1998 closed 3 years ago

plus1998 commented 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 是可以正常连接并使用的。

plus1998 commented 3 years ago

配置错误,关闭了