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 中设置,默认加载该文件

 

 

posted @ 2018-06-19 08:40  cralor  阅读(144)  评论(0编辑  收藏  举报