下載地址
一、Github下載地址:https://github.com/MicrosoftArchive/redis/releases
二、百度網盤下載地址 https://pan.baidu.com/s/1z1_OdNVbtgyEjiktqgB83g 密碼:kdfq
git
安裝過程
1.首先先把下載的壓縮包解壓到一個文件夾中
github
2.打開cmd指令窗口
3.輸入你剛纔解壓的文件路徑
4.而後輸入redis-server redis.windows.conf 命令
redis
接下來部署Redis爲windows下的服務 首先關掉上一個窗口再打開一個新的cmd命令窗口windows
而後輸入指令redis-server --service-install redis.windows.confide
隨後,進入右擊此電腦–管理–服務和應用程序–服務 啓動服務工具
Redis經常使用的指令
卸載服務:redis-server --service-uninstall
開啓服務:redis-server --service-start
中止服務:redis-server --service-stop
測試redis,經過cd到咱們解壓的目錄,輸入redis-cli打開客戶端,輸入指令經過Set get指令查看是否成功
測試
原文連接:http://www.javashuo.com/article/p-hxmvetgy-mx.htmlspa
可視化工具
redis經常使用的可視化工具 Redis Desktop Manager。.net
0.9.4以上要給錢的。server
下載地址:https://github.com/uglide/RedisDesktopManager/releases/download/0.9.3/redis-desktop-manager-0.9.3.817.exe
這位朋友的百度雲盤裏也有(感謝):https://blog.csdn.net/u012688704/article/details/82251338
下載完成以後直接點擊安裝包安裝便可,無需任何配置。
而後直接鏈接Redis就能夠盤了