Redis在windows下的安裝使用

來源:互聯網
上載者:User

標籤:style   blog   http   color   使用   檔案   資料   ar   2014   

Redis:https://github.com/dmajkic/redis/downloads

下載下來,解壓後看到檔案:

redis-server.exe:服務程式

   redis-check-dump.exe:本機資料庫檢查

   redis-check-aof.exe:更新日誌檢查

   redis-benchmark.exe:效能測試,用以類比同時由N個用戶端發送M個 SETs/GETs 查詢 (類似於 Apache 的ab 工具).redis.conf 設定檔 

啟動Redis服務(conf檔案指定設定檔,若不指定則預設):

H:\redis>redis-server.exe redis.conf  啟動cmd視窗要一直開著,關閉後則Redis服務關閉。

這時服務開啟著,另外開一個視窗進行,設定用戶端:

H:\redis>redis-cli.exe -h 127.0.0.1 -p 6379

然後可以開始玩了:

 

Redis在windows下的安裝使用

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.