官网没有
用微软的存档
https://github.com/MicrosoftArchive/redis/releases
第一个是msi软件格式的安装包(方便一点)
第二个是压缩包
3.2.100
https://github.com/microsoftarchive/redis/releases
5.0.14
https://github.com/tporadowski/redis/releases
添加Redis目录到环境变量PATH中(打勾)
设置100m
端口号可保持默认的6379
选择防火墙例外,从而保证外部可以正常访问Redis服务(自己选择)
redis.windows-service.conf 系统服务方式启动程序使用的配置文件
redis.windows.conf 非系统服务方式启动程序使用的配置文件
requirepass 密码
“开始” - 右击“计算机” - 选择“管理” - 服务 - redis重启动
命令 redis-cli
命令 auth 密码