Redis - 如何 Windows 后台运行 redis-server.exe?
环境变量
把 redis-server.exe 安装成windows 服务。
redis-server.exe --service-install redis.windows.conf --loglevel verbose
然后在win服务管理器中启动,如图所示
Could not connect to Redis at 127.0.0.1:6379: 由于目标计算机积极拒绝,无法连接。
https://blog.csdn.net/qq_45043813/article/details/125778209
标签:exe,Windows,Redis,redis,server,后台 From: https://www.cnblogs.com/gina11/p/16779729.html