Github星標(biāo)8K+這款國(guó)人開(kāi)源的Redis可視化管理工具,真香...
做程序員就少不了與一些工具打交道,比如:監(jiān)控工具、管理工具等,有些工具是命令行界面,有些工具是可視化界面,反正都是可以能夠滿足日常使用的功能需求。
對(duì)于redis管理工具來(lái)說(shuō),也有不少可能的產(chǎn)品,比如:
- 1、Redis Desktop Manager
- 2、RedisStudio
- 3、phpRedisAdmin
- 4、Go-Redis
- 5、RedisClient
有開(kāi)源、免費(fèi)的,也有商業(yè)收費(fèi)的版本,基本上功能都還可以,不過(guò)開(kāi)源、免費(fèi)還是最大的需求點(diǎn)之一哈,老司機(jī)都懂得的。
所以,今天,民工哥就給大家安利一款由國(guó)人開(kāi)源的Redis可視化管理工具,名字很有意思,叫:Another Redis Desktop Manager。
Github:https://github.com/qishibo/AnotherRedisDesktopManager
Another Redis Desktop Manager簡(jiǎn)述
Another Redis Desktop Manager是一個(gè)更快,更好,更穩(wěn)定的Redis桌面管理器,與Linux,Windows和Mac兼容。而且,加載大量密鑰時(shí),它不會(huì)崩潰。
Another Redis Desktop Manager安裝
這類的軟件、工具安裝都非常的簡(jiǎn)單,易操作。
1、Mac或Linux安裝
- # clone code
- git clone https://github.com/qishibo/AnotherRedisDesktopManager.git
- cd AnotherRedisDesktopManager
- # install dependencies
- npm install
- # if download electron failed during installing, use this command
- # ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" npm install
- # serve with hot reload at localhost:9988
- npm start
- # after the previous step is completed, open another tab, build up a desktop client
- npm run electron
如果出現(xiàn)下面的報(bào)錯(cuò)信息,官方也比較貼心給出了解決方案。
- # if error like this
- ../src/FontManagerLinux.cc:1:35: fatal error: fontconfig/fontconfig.h: No such file or directory
- # then try this
- yum install libfontconfig1-dev -y
2、Windows安裝
- # install build tools for the first time, just execute once
- npm install -g windows-build-tools
- # clone code
- git clone https://github.com/qishibo/AnotherRedisDesktopManager.git
- cd AnotherRedisDesktopManager
- # install dependencies, 32-bit or 64-bit all use win32
- npm install --platform=win32
- # if download electron failed during installing, use this command
- # npm config set ELECTRON_MIRROR http://npm.taobao.org/mirrors/electron/
- # npm install --platform=win32
- # serve with hot reload at localhost:9988
- npm start
- # after the previous step is completed to 100%, open another tab, build up a desktop client
- npm run electron
當(dāng)然,WIN系統(tǒng)你也可以直接下載.exe的軟件包,雙擊運(yùn)行安裝更方便。
Another Redis Desktop Manager功能展示
1、主界面
支持:SSH、SSL、Cluster等幾種模式。集群可以輸入任意集群中的節(jié)點(diǎn)都可以自動(dòng)識(shí)別出來(lái)。
2、操作界面
更多實(shí)用的功能,大家感興趣的可以下載下來(lái),親自使用體驗(yàn)一下。