标签:完成 .exe tar 使用 windows 注册 解决 进入 window
使用命令:redis-server.exe redis.windows.conf --maxheap 200m
说明:200m是指定最大堆内存是200m,当然你也可以修改得在大一些
如果已经注册为了服务,先卸载掉,卸载方法是,用cmd进入到你的redis文件的目录,然后执行命令:
redis-server --service-uninstall
卸载完成后,重新安装服务,执行命令:
redis-server.exe --service-install redis.windows.conf --maxheap 200m
说明:200m是指定最大堆内存是200m,当然你也可以修改得在大一些
windows版redis报错:本地计算机上的Redis服务启动后停止
标签:完成 .exe tar 使用 windows 注册 解决 进入 window
原文地址:http://www.cnblogs.com/rexyan/p/7439627.html