We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本 v4.0.1 下 使用 cluster, get set 均正常使用,当执行 subcribe 时出现错误 NOAUTH Authentication required
get
set
subcribe
NOAUTH Authentication required
同样的配置在 v3.2.2 下正常。 代码如下:
const cluster = new Redis.Cluster(['...nodes config...']) cluster.subscribe('test', function (err, count) { console.log('订阅', err, count) })
The text was updated successfully, but these errors were encountered:
47e2ab5
Fixed in v4.0.2. 感谢指出问题!
Sorry, something went wrong.
No branches or pull requests
版本 v4.0.1 下 使用 cluster,
get
set
均正常使用,当执行subcribe
时出现错误NOAUTH Authentication required
同样的配置在 v3.2.2 下正常。
代码如下:
The text was updated successfully, but these errors were encountered: