当我尝试从节点创建Rediss实例时,出现以下错误。知道可能是什么问题吗?
代码 const redisPassword ='2YouwillnverFue $$!t220。' ; const client = redis.createClient({ 主机:'127.0.0.1', no_ready_check:是的, auth_pass:redisPassword, });
错误 {“错误”:{“命令”:“信息”,“代码”:“ NOAUTH”},“级别”:“错误”,“消息”:“ uncaughtException:就绪检查失败:NOAUTH需要验证。\ nReplyError:就绪检查失败:需要NOAUTH身份验证。\ n在parseError(/home/ubuntu/atlas_per/atlas/node_modules/redis-parser/lib/parser.js:193:12)\n在parseType(/ home / ubuntu / atlas_per / atlas /node_modules/redis-parser/lib/parser.js:303:14)","stack":"ReplyError:准备检查失败:NOAUTH要求身份验证。\ n位于parseError(/ home / ubuntu / atlas_per / atlas / node_modules / redis-parser / lib / parser.js:193:12)\ n位于parseType(/home/ubuntu/atlas_per/atlas/node_modules/redis-parser/lib/parser.js:303:14)","exception“: true,“ date”:“星期四2019年5月23日18:52:02 GMT + 0530(印度标准时间)”,“ process”:{“ pid”:14399,“ uid”:1000,“ gid”:1000,“ cwd“:”“ / home / ubuntu / atlas_per / atlas”,“ execPath”:“ / home / ubuntu / .nvm / versions / node / v10.15.3 / bin / node”,“ version”:“ v10.15.3”, “ argv”:[“ / home / ubuntu / .nvm / versions / node / v10.15.3 / bin / node”,“ / usr / lib / node_modules / p m2 / lib / ProcessContainerFork.js“],” memoryUsage“:{” rss“:67317760,” heapTotal“:43139072,” heapUsed“:23519720,” external“:139629}},” os“:{” loadavg“: [0.11474609375,0.14208984375,0.10107421875],“正常运行时间”:4425922},“跟踪”:[{“列”:12,“文件”:“ / home / ubuntu / atlas_per / atlas / node_modules / redis-parser / lib / parser .js“,” function“:” parseError“,” line“:193,” method“:null,” native“:false},{” column“:14,” file“:” / home / ubuntu / atlas_per / atlas / node_modules / redis-parser / lib / parser.js“,” function“:” parseType“,” line“:303,” method“:null,” native“:false}]}