我是靠谱客的博主 温婉过客,这篇文章主要介绍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)内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(111)

评论列表共有 0 条评论

立即
投稿
返回
顶部