https://redis.io/download 可以看到这里有4.0版本,往下可也看到老
版本,比如有:3.2 我们下载4.0.1版本,但是我们注意了,一句话 “The Redis project does not officially support Windows. However, the Microsoft Open Tech group develops and maintains this Windows port targeting Win64. Learn more”就是所官方是没有支持Windows系统的,但是微软自己就做了一个支持win64位系统的,我们点击, Learn more 进入下载页:https://github.com/MicrosoftArchive/redis
下载到了一个zip文件,
Redis-x64-3.2.100.zip 下载
输入: redis-server.exe redis.windows.conf 当你看见以下截图时就说明你安装成功了