windows下安装redis
redis官网不提供Windows版本,可以去GitHub下载。
https://github.com/MicrosoftArchive/redis
https://github.com/MicrosoftArchive/redis/tags
下载解压到指定目录
设置服务命令
redis-server --service-install redis.windows-service.conf
卸载服务:redis-server --service-uninstall
开启服务:redis-server --service-start
停止服务:redis-server --service-stop
自定义配置信息时在redis.windows-service.conf 中设置,默认加载该文件
Less interests,more interest!