Redis报错-(error) NOAUTH Authentication required.
Posted helen305250903
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redis报错-(error) NOAUTH Authentication required.相关的知识,希望对你有一定的参考价值。
安装过Redis之后,
如果之前在redis.windows-service.conf文件中有设置密码,
例如
# requirepass foobared requirepass 123456
那么启动redis-cli.exe客户端之后,要先授权命令
auth 123456
这样Redis命令才能生效,否则会报错
(error) NOAUTH Authentication required.
以上是关于Redis报错-(error) NOAUTH Authentication required.的主要内容,如果未能解决你的问题,请参考以下文章
解决Redis报错:Redis客户端在set值时,出现(error) NOAUTH Authentication required.(图文并茂版!!!)
Redis服务停止报错解决方案[NOAUTH Authentication required]
Redis服务停止报错解决方案[NOAUTH Authentication required]
laravel-echo-server 启动报错 [ioredis] Unhandled error event: ReplyError: NOAUTH Authentication required