1.百度网盘链接:https://pan.baidu.com/s/1MrAK5Suc1xpzkbp1WQbP0A
提取码:u9uq
2.GitHub:https://github.com/MSOpenTech/redis/releases
step1:复制解压包地址
step2:打开计算机
step3:高级系统设置
step4:环境变量
step5:系统变量path
step6:添加路径
C:\Users\Administrator>redis-server
C:\Users\Administrator>redis-cli
127.0.0.1:6379> ping
PONG
127.0.0.1:6379> set name apollo
OK
127.0.0.1:6379> get name
"apollo"
127.0.0.1:6379> exit
redis-server --service-stop
redis-server --service-start
原文:https://www.cnblogs.com/apollo1616/p/10422333.html