redis win版安裝

來源:互聯網
上載者:User

標籤:

直接來看看redis怎麼安裝到windows系統上,並開啟他的服務。

可以在這裡下載https://github.com/dmajkic/redis/downloads。

我用的是64位的,解壓後的結構是這樣的,有兩個檔案是沒有的,我在後面添加的,install_service.bat和RedisService.exe,我後面會說。

進入cmd,進入到上面的安裝路徑,執行redis-server.exe redis.conf。

後面出現這樣的效果表示Redis服務端已經安裝成功。

 

重新開啟一個cmd視窗,使用cd命令切換到安裝目錄。執行redis-cli.exe -h 127.0.0.1 -p 6379

儲存一個key為test,value為HelloWord的字串,然後擷取key值。

如果關係掉redis的話,redis服務會關掉,需要我們重新手動開啟。現在我們把他設定成開機自動開啟redis服務的,就好像mysql、mongodb。。

加入兩個檔案。1、install_service.bat內容是下面的配置。複製過去就可以了。

@echo offset cur_path=%cd%sc create redis-instance binpath= "\"%cur_path%\RedisService.exe\" %cur_path%\redis.conf" start= "auto" DisplayName= "Redis"

2、RedisService.exehttp://pan.baidu.com/s/1sjrvmTf可以到這來下載。都放進上面的目錄。然後雙擊install_service.bat。再看看服務。

這樣就成功了。就算我們重啟電腦redis服務也開啟了。

redis win版安裝

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.