標簽:src 管理 http windows服務 install 技術 結果 windows --
Redis是一款很好的緩存管理工具。
我下載的是綠色版的Redis的解壓包,解壓后到解壓目錄下執行redis-server.exe redis.windows.conf就可以啟動Redis服務,但是cmd窗口不能一直開著不關吧。在這里記錄下Redis安裝成windows服務的命令。
1.首先打開cmd,然后進到Redis解壓目錄下,然后執行redis-server --service-install redis.windows.conf
結果如下圖:
2.已經成功了(服務沒有啟動,需要自己啟動),查看。
3.卸載命令
redis-server --service-uninstall
記錄一下,希望可以幫到大家。
標簽:src 管理 http windows服務 install 技術 結果 windows --
原文地址:https://www.cnblogs.com/a876459952/p/15054531.html