Windows

在Windows上安裝Redis

方法1. 可參考tporadowski作者的Github下載較新版本的Redis for Windows

下載zip壓縮檔後,在下載目錄下解壓縮後,打開cmd下進入Redis目錄並執行以下語法:

redis-server.exe redis.conf

測試安裝結果

接著,可以進入CONNECTION階段,測試安裝的Redis是否能成功運行。

Last updated

Was this helpful?