Redis 连接命令

1.AUTH password
验证密码是否正确

2.ECHO message
打印字符串

3.PING
查看服务是否运行

4.QUIT
关闭当前连接

5.SELECT index
切换到指定的数据库
原文地址:https://www.cnblogs.com/konglingxi/p/9454248.html