下載地址
github下載地址:https://github.com/MicrosoftArchive/redis/releases
安裝運行
1.進入目錄運行cmd
2.直接運行redis
redis-server redis.windows.conf
3.注冊成windows服務
redis-server --service-install redis.windows.conf
4.常用指令
// 卸載服務:
redis-server --service-uninstall // 開啟服務:
redis-server --service-start // 停止服務:
redis-server --service-stop
5.測試連接
redis-cli
