我是靠谱客的博主 温婉过客,最近开发中收集的这篇文章主要介绍Redis使用时报错:(error) NOAUTH Authentication required.,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
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) NOAUTH Authentication required.所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复