github最新版windows下redis安装包 redis官方是不支持windows操作系统的。但是微软的开源部门将redis移植到了windows上。因此下载地址不是在redis官网上。而是在github上:https://github.com/MicrosoftArchive/redis/releases。
nvmsetup.zip nvm(NodeVersionManager)是一个用来管理node版本的工具。我们之所以需要使用node,是因为我们需要使用node中的npm(NodePackageManager),使用npm的目的是为了能够方便的管理一些前端开发的包