Redis下載下傳位址:https://github.com/MicrosoftArchive/redis

下載下傳壓縮包
進入Redis的安裝目錄 : F:\安裝包\Redis-x64-3.0.504>
輸入: redis-server.exe redis.windows.conf 當你看見以下截圖時就說明你安裝成功了
Redis 可視化界面下載下傳位址:https://github.com/uglide/RedisDesktopManager/releases
然後安裝即可
擷取redis密碼指令:config get requirepass
解除安裝服務:redis-server --service-uninstall
開啟服務:redis-server --service-start
停止服務:redis-server --service-stop