One - One Code All

Blog Content

Redis (error) NOAUTH Authentication required解决方法

Nosql   2020-05-16 07:37:39

输入密码即可解决 auth password (redis是redis的密码)

127.0.0.1:6379> set mykey lisi
(error) NOAUTH Authentication required.
127.0.0.1:6379> auth password
OK
127.0.0.1:6379> set mykey lisi
OK
127.0.0.1:6379> 
get mykey"lisi"



上一篇:postgresql安装包rpm下载安装
下一篇:Nacos配置中心 多环境、多维度、可共享 配置方案

The minute you think of giving up, think of the reason why you held on so long.