Redis解决方案:(error) NOAUTH Authentication required。

问题

在linux中,通过redis-cli访问时提示(error) NOAUTH Authentication required。

解决方案

进入客户端,设置密码即可。auth "你的密码"

下图所示

发布了124 篇原创文章 · 获赞 165 · 访问量 93万+

猜你喜欢

转载自blog.csdn.net/en_joker/article/details/103803066