Redis使用时报错:(error) NOAUTH Authentication required.
这是出现了认证问题
解决方法:
在命令行输入auth “你的密码”即可,如下:
(error) NOAUTH Authentication required.
127.0.0.1:6379> auth "1111"
OK
127.0.0.1:6379> ping
PONG
最后
以上就是温婉过客最近收集整理的关于Redis使用时报错:(error) NOAUTH Authentication required.的全部内容,更多相关Redis使用时报错:(error)内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复