Ready check failed: NOAUTH Authentication required
通常是认证失败导致。
Redis
1 | redis-cli -h xxxxxx -p 6379 -a pppppp |
或
1 | redis-cli -h xxxxxx -p 6379 |
Nodejs
1 | const redis = require('redis'); |
通常是认证失败导致。
Redis
1 | redis-cli -h xxxxxx -p 6379 -a pppppp |
或
1 | redis-cli -h xxxxxx -p 6379 |
Nodejs
1 | const redis = require('redis'); |