摘要:
redis重置密码时""里为空 127.0.0.1:6379> config set requirepass "" (error) NOAUTH Authentication required. 127.0.0.1:6379> auth "12345678" //验证密码 OK 127.0.0.1: 阅读全文
摘要:
参考 https://www.cnblogs.com/taostaryu/p/9481749.html 上面做完后, 打开客户端 以上命令将打开以下终端: 127.0.0.1 是本机 IP ,6379 是 redis 服务端口。现在我们输入 PING 命令。 阅读全文