目录
一、(error) NOAUTH Authentication required.
二、(error) ERR unknown command 'keys*'
三、(error) ERR invalid password
一、(error) NOAUTH Authentication required.
错误原因:没有使用密码登录认证
使用命令:
auth 你自己的密码
如果密码忘记了,可以参考这篇:Redis报错 : (error) NOAUTH Authentication required - 星空流年 - 博客园 (cnblogs.com)
二、(error) ERR unknown command 'keys*'
原因可能是:
1.keys命令用于全局查询 。一般不建议使用所以能在redis.conf中配置了置换该命令 :
2.运维人员将Redis危险命令进行了禁用屏蔽,具体生成都需要屏蔽的危险命令,
ename-command FLUSHALL "" #将命令改名成空
rename-command FLUSHDB "" #将命令改名成空
rename-command KEYS "" #将命令改名成空
三、(error) ERR invalid password
(6条消息) (error) ERR invalid password关于Redis使用auth登陆密码失败的问题_elapse_的博客-CSDN博客_(error) err invalid password
在配置文件中查看



![[附源码]Python计算机毕业设计SSM教务一点通管理系统(程序+LW)](https://img-blog.csdnimg.cn/9a5af17b6ab8492abcb3372e2a2982b0.png)


![[论文阅读] 颜色迁移-颜色空间的选择](https://img-blog.csdnimg.cn/d28fb44ddb18472bbf6d44d321d3e11f.png)

![[附源码]计算机毕业设计校园服装租赁系统Springboot程序](https://img-blog.csdnimg.cn/762bc70d56a54bb4b914379d57a8bcc6.png)


![[附源码]计算机毕业设计校园便携系统Springboot程序](https://img-blog.csdnimg.cn/b15cc6bc878543f19c38bf3e26552d53.png)







![[附源码]计算机毕业设计网上电影购票系统Springboot程序](https://img-blog.csdnimg.cn/2c1fbba2771d4ba3b949d6385bd10eaa.png)
