作程序员就少不了与一些工具打交道,好比:监控工具、管理工具等,有些工具是命令行界面,有些工具是可视化界面,反正都是能够可以知足平常使用的功能需求。php
对于redis管理工具来讲,也有很多可能的产品,好比:git
有开源、免费的,也有商业收费的版本,基本上功能都还能够,不过开源、免费仍是最大的需求点之一哈,老司机都懂得的。程序员
因此,今天,民工哥就给你们安利一款由国人开源的Redis可视化管理工具,名字颇有意思,叫:Another Redis Desktop Manager。github
Github:https://github.com/qishibo/An...redis
Another Redis Desktop Manager是一个更快,更好,更稳定的Redis桌面管理器,与Linux,Windows和Mac兼容。并且,加载大量密钥时,它不会崩溃。npm
这类的软件、工具安装都很是的简单,易操做。windows
一、Mac或Linux安装app
# 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
若是出现下面的报错信息,官方也比较贴心给出了解决方案。electron
# 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
二、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
固然,WIN系统你也能够直接下载.exe的软件包,双击运行安装更方便。
https://github.com/qishibo/An...
一、主界面
支持:SSH、SSL、Cluster等几种模式。集群能够输入任意集群中的节点均可以自动识别出来。
二、操做界面
更多实用的功能,你们感兴趣的能够下载下来,亲自使用体验一下。