Redis在Windows環境下單機安裝及遠程訪問方案

1、下載Windows版Redisgit

打開https://github.com/MicrosoftArchive/redis/tags地址,找到最新版Redis安裝包(Redis-x64-3.2.100.zip),下載解壓github

2、安裝Redisredis

一、找到解壓的Redis目錄,按Shift+鼠標右鍵,在右鍵菜單中打開"在此處打開命令窗口",打開cmd窗口windows

二、啓動服務器

運行redis-server redis.windows.conf命令,出現下圖即表示啓動成功測試

3、開啓遠程訪問spa

此時Redis默認只容許本地訪問,要使Redis能夠遠程訪問需修改 redis.windows.conf文件server

一、註釋bind 127.0.0.1或修改bind 127.0.0.1爲服務器外網IP地址,此處修改成bind 172.28.25.66blog

二、修改保護模式protected-mode yes爲protected-mode noip

4、設置Redis爲Windows服務

一、cmd中執行命令

redis-server --service-install redis.windows.conf --loglevel verbose

執行後在服務中便可查看到Redis服務

二、經常使用的redis服務命令。

卸載服務:redis-server --service-uninstall

開啓服務:redis-server --service-start

中止服務:redis-server --service-stop

 三、啓動服務

 四、測試

 至此,安裝結束

相關文章
相關標籤/搜索