1.下载
链接:https://pan.baidu.com/s/1q42-aQ-HSWpHCWWEHpgGbA
提取码:7hzo
github地址:https://github.com/ServiceStack/redis-windows
参考博客:https://blog.csdn.net/xoofly/article/details/88832683
2.解压
redis-latest.zip
3.进入目录后cmd启动
redis-server redis.windows.conf
4.客户端连接
redis-cli -h 127.0.0.1 -p 6379
5.为了方便起见可将redis目录添加至系统PATH环境变量