码迷,mamicode.com
首页 > Windows程序 > 详细

Redis在windows系统中启动服务器时一闪而过

时间:2020-06-02 11:02:06      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:直接   memory   通过   linu   客户端   txt   size   bat   文件   

Redis在windows系统中启动服务器时一闪而过

1.在redis配置文件conf下,最后一行添加maxmemory 1073741824

 

2.新建一个start.txt文档,将如下内容写进去

redis-server.exe redis.windows.conf


然后将文档改名为start.bat(windows系统的执行文件名、linux下为start.sh)。


这样方便直接启动服务器,当然也可以通过cmd命令行执行redis-server.exe redis.windows.conf启动服务器。

 

3.然后,双击start.bat启动redis服务器即可,cli.exe为客户端

Redis在windows系统中启动服务器时一闪而过

标签:直接   memory   通过   linu   客户端   txt   size   bat   文件   

原文地址:https://www.cnblogs.com/wlx6/p/13029622.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!