Fork me on GitHub

ERR Client sent AUTH, but no password is set redis 20190709

登录到redis服务

127.0.0.1:6379> auth 123456
ERR Client sent AUTH, but no password is set

设置其密码

 
Redis 127.0.0.1:6379> CONFIG SET requirepass "123456"
OK
redis 127.0.0.1:6379> AUTH 123456
Ok

posted on 2019-07-09 14:43  vmaze  阅读(221)  评论(0编辑  收藏  举报

导航