作为程序员,少不了要和一些工具打交道,比如:监控工具,管理工具等,有些工具是命令行界面,而且有些工具是可视化界面,反正能满足日常使用的功能需求。对于redis的管理工具,也有很多可能的产品,比如:1、RedisDesktopManager2、RedisStudio3、phpRedisAdmin4、Go-Redis5、RedisClient都是开源的、免费的、商业收费的版本,基本功能都可以,但开源和免费仍然是最大的需求之一。老司机都知道。那么,今天米工哥就给大家安利一个国人开源的Redis可视化管理工具。名字很有意思,叫做:AnotherRedisDesktopManager。Github:https://github.com/qishibo/AnotherRedisDesktopManagerAnotherRedisDesktopManager简介AnotherRedisDesktopManager是一款更快、更好、更稳定的Redis桌面管理器,兼容Linux、Windows和Mac。此外,加载大量密钥时它不会崩溃。另外RedisDesktopManager安装此类软件和工具安装非常简单易操作。1.Mac或Linux安装#clonecodegitclonehttps://github.com/qishibo/AnotherRedisDesktopManager.gitcdAnotherRedisDesktopManager#installdependenciesnpminstall#ifdownloadelectronfailedduringinstalling,usethiscommand#ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electronwith9atstart/"npminstall9atstart8:#afterthepreviousstepiscompleted,openanothertab,buildupadesktopclientnpmrunelectron如果出现如下错误信息,官方也给出了比较贴心的解决方案。#iferrorlikethis../src/FontManagerLinux.cc:1:35:fatalerror:fontconfig/fontconfig.h:Nosuchfileordirectory#thentrythisyuminstalllibfontconfig1-dev-y2,Windows安装#installbuildtoolsforthefirsttime,justexecuteoncenmallstall-gwindows-build-tools#clonegcodehttps://com/qishibo/AnotherRedisDesktopManager.gitcdAnotherRedisDesktopManager#installdependencies,32-bitor64-bitallusewin32npminstall--platform=win32#ifdownloadelectronfailedduringinstalling,usethiscommand#npmconfigsetELECTRON_MIRRORhttp://npm.taobao.org/mirrors/electron/#npminstall--platform=win32#servewithhotreload8topreloadatlocalvhost1npm:99之后安装时使用此命令#npmconfigsetELECTRON_MIRROR%,openanothertab,buildupadesktopclientnpmrunelectron当然也可以直接下载WIN系统的.exe软件包,双击运行安装更方便。https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.3.7/Another-Redis-Desktop-Manager.1.3.7.exeAnotherRedisDesktopManager功能展示1.主要接口支持:SSH,SSL,Cluster,等几种模式。可以导入集群,自动识别集群中的任意节点。2.操作界面实用功能更多。感兴趣的可以自行下载体验。
