Home  >  Q&A  >  body text

php - windows 如何设置在后台运行redis-server.exe?

这样一直需要开着cmd有点麻烦!

PHP中文网PHP中文网2749 days ago340

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-10 15:06:20

    sc create Reids-Server binpath= "%curPath%redis-server.exe" displayname= "Redis-Server" start= auto
    放到bat文件中和reids-server.exe放在同一个目录下运行

    reply
    0
  • Cancelreply