首页 > Windows开发 > 详细

windows上安装redis

时间:2017-02-14 15:54:30      阅读:244      评论:0      收藏:0      [点我收藏+]

The Redis project does not officially support Windows. However, the Microsoft Open Tech group develops and maintains this Windows port targeting Win64.

Then we visit https://github.com/MSOpenTech/redis.

  • You can download the latest unsigned binaries and the unsigned MSI installer from the release page.

下载redis 的msi 链接地址 https://github.com/MSOpenTech/redis/releases

设置默认端口是6379

设置最大内存限制300MB

If you installed Redis using the MSI package, then Redis was already installed as a Windows service. Nothing further to do. If you would like to change its settings, you can update the redis.windows-service.conf file and then restart the Redis service (Run -> services.msc -> Redis -> Restart). 

windows上安装redis

原文:http://www.cnblogs.com/earendil/p/6397565.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!