1.启动 redis 客户端
redis-cli
输入 ping 命令可查看服务是否启动
远程连接:
redis-cli -h 127.0.0.1 -p 6379 -a "mypass"
如出现中文乱码,可在 redis-cli 后面加上 --raw
2.