Windows下安裝Redis及視覺化檢視,redis可視化

來源:互聯網
上載者:User

Windows下安裝Redis及視覺化檢視,redis可視化

Redis對於Linux是官方支援的,安裝和使用沒有什麼好說的,普通使用按照官方指導,5分鐘以內就能搞定。詳情請參考:

http://redis.io/download

Redis官方是不支援windows的,只是 Microsoft Open Tech group 在 GitHub上開發了一個Win64的版本,項目地址是:

https://github.com/MSOpenTech/redis/releases

下載解壓,沒什麼好說的,在解壓後的bin目錄下有以下這些檔案:

[plain] view plain copy 在CODE上查看代碼片派生到My Code片
redis-benchmark.exe #基準測試
redis-check-aof.exe # aof
redis-check-dump.exe # dump
redis-cli.exe # 用戶端
redis-server.exe # 伺服器
redis.windows.conf # 設定檔
當然,還有一個 RedisService.docx 檔案,是一些啟動和安裝服務的說明文檔。

【需要用Administrator使用者運行,如果不是管理員賬戶就會出各種問題,服務安裝以後啟動不了等等問題,應該可以修改服務的屬性–>登入使用者等選項來修正.】
開啟 redis-server.exe # 伺服器 即可開啟服務。

如果需要把redis增加為windows的服務,指令碼如下:

1,在redis的目錄下執行(執行後就作為windows服務了)

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

2,安裝好後需要手動啟動redis

redis-server --service-start

3,停止服務

redis-server --service-start

4,卸載redis服務

redis-server --service-uninstall

可以使用內建的用戶端工具進行測試。
雙擊開啟 redis-cli.exe , 如果不報錯,則串連上了本機伺服器,然後測試,比如 set命令,get命令:

最後推薦一款可視化的Redis工具 Redis Desktop Manager

一款基於Qt5的跨平台Redis案頭管理軟體
支援: Windows 7+, Mac OS X 10.10+, Ubuntu 14+
特點: C++ 編寫,響應迅速,效能好。但不支援Database Backup與恢複。

項目地址: https://github.com/uglide/RedisDesktopManager
https://github.com/uglide/RedisDesktopManager/releases

著作權聲明:本文為博主原創文章,未經博主允許不得轉載。

相關文章

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.