Redis

进入客户端
[root@localhost ~]# cd /usr/local/redis/
[root@localhost redis]# bin/redis-cli


报错
(error) NOAUTH Authentication required.
127.0.0.1:6379> auth 123456              //输入密码
OK  

超强、超详细Redis入门教程

原文地址:https://www.cnblogs.com/duanwandao/p/9764225.html