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"



上一篇:redis单机版下载安装
下一篇:解决redis连接错误:MISCONF Redis is configured to save RDB snapshots

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