1.在頁面 https://github.com/dmajkic/redis/downloads 下載 最新版本的redis 64位系統的預編譯Redisgit
下載並解壓到指定目錄,github
雙擊 redis-server,便可啓動redis-serverredis
雙擊redis-cli,並測試以下:windows
此外,能夠從https://github.com/ServiceStack/redis-windows/tree/master/downloads 下載測試
(使用命令git clone https://github.com/ServiceStack/redis-windows.git)能夠獲得此時最新的3.0.503 版本server
還能夠從 https://github.com/MicrosoftArchive/redis/releases 下載最新的 Redis 3.2.100 版本。blog
爲了在Python 中鏈接Redis,須要安裝Python語言的Redis客戶端,以及可選的做爲加速器的hiredis.it
在Python 環境中鏈接Redis並測試以下,則Python中能夠正常鏈接 Redis編譯