(1)下载windows版redis
Redis-x64-3.2.100.zip
百度云盘下载地址:http://pan.baidu.com/s/1qXJ8Efy
redis客户端下载地址:http://pan.baidu.com/s/1gf48jXT
GitHub下载地址:https://github.com/MicrosoftArchive/redis/releases
解压后目录:
(2)安装
cmd进入c盘下的redis目录执行:
- redis-server redis.windows.conf ===>开始安装
- redis-server --service-install redis.windows.conf ===>将redis安装成redis服务,开机自启动
- 开启
- 关闭