除了 NSSM 之外 另外一种方式 感觉还是很好用的 redis-server --service-install redis.windows.conf --loglevel verbose 感觉也可以 唯一指定 config文件. 这里因为与redis-server 在同一个目录上面所以不需要加绝对路径了. Installing the Service ---------------------- *--service-install* This must be the first argum…
创建window 服务 新建一个window 服务项目MyService,如下图 切换到代码视图修改. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.IO; using System.Linq; using System.ServiceProcess; using Syste…