我正在尝试在windows Server 2008中运行Redis https://msopentech.com/opentech-projects/redis/
我已经把它安装在几台机器上,所有的都可以正常工作。 我也尝试使用许多login名:pipe理员帐户,本地系统,networking服务和他们都没有工作。
我得到的确切消息是:
The Redis service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.
我也尝试从命令行启动服务,但我得到的是:
linux – 只安装redis-cli
在内存关系数据库中
从PHP应用程序logging页面请求数据的可伸缩方式?
Redis在某些 *** 作系统上将string保存为缓冲区,而不是其他?
在windows群集设置的Redis
[3472] 27 Jul 17:51:45.375 # Redis service Failed to start.
EventVIEwer中没有日志。
任何build议是值得欢迎的。
ServiceStack.Redis从Redis服务器读取大文件
在windows服务器上的Redis:没有指定configuration文件
代理Tcpstream(MysqL和Redis)与Nginx
如何将windows上的redis-cli连接到linux上的redis(在VMware上)
在windows上运行Redis作为服务
由于Komrade P在评论中指出,Redis并非由于存储问题而开始。 我只有16GB的高清和8GB的内存。 根据Redis的说法,拥有8GB的内存,你将需要24GB的磁盘空间。
我改变了maxheap,heapdir和maxmemory的值,使其工作。 基本上我的问题是在配置文件中解释:
# *** There must be disk space available for this file in order for Redis # to launch. *** The default configuration places this file in the local # appdata directory. If you wish to move this file to another local disk,# use the heapdir flag as described below. # For instance,on a machine with 8GB of physical RAM,the max page file # commit with the default maxheap size will be (8)+(2*8) GB,or 24GB. The # default page file sizing of windows will allow for this without having # to reconfigure the system. Larger heap sizes are possible,but the maximum # page file size will have to be increased accordingly.
总结以上是内存溢出为你收集整理的Redis服务在Windows中启动并立即停止全部内容,希望文章能够帮你解决Redis服务在Windows中启动并立即停止所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)