Molet

Github星标8K+这款国人开源的Redis可视化管理工具,真香…

Molet 运维技术 2022-11-20 559浏览 0

Github星标8K+这款国人开源的Redis可视化管理工具,真香…

做程序员就少不了与一些工具打交道,比如:监控工具、管理工具等,有些工具是命令行界面,有些工具是可视化界面,反正都是可以能够满足日常使用的功能需求。

对于redis管理工具来说,也有不少可能的产品,比如:

  • 1、Redis Desktop Manager
  • 2、RedisStudio
  • 3、phpRedisAdmin
  • 4、Go-Redis
  • 5、RedisClient

有开源、免费的,也有商业收费的版本,基本上功能都还可以,不过开源、免费还是最大的需求点之一哈,老司机都懂得的。

所以,今天,民工哥就给大家安利一款由国人开源的Redis可视化管理工具,名字很有意思,叫:Another Redis Desktop Manager。

Github:https://github.com/qishibo/AnotherRedisDesktopManager

Another Redis Desktop Manager简述

Another Redis Desktop Manager是一个更快,更好,更稳定的Redis桌面管理器,与Linux,Windows和Mac兼容。而且,加载大量密钥时,它不会崩溃。

Another Redis Desktop Manager安装

这类的软件、工具安装都非常的简单,易操作。

1、Mac或Linux安装

#clonecode
gitclonehttps://github.com/qishibo/AnotherRedisDesktopManager.git
cdAnotherRedisDesktopManager
#installdependencies
npminstall
#ifdownloadelectronfailedduringinstalling,usethiscommand
#ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"npminstall
#servewithhotreloadatlocalhost:9988
npmstart
#afterthepreviousstepiscompleted,openanothertab,buildupadesktopclient
npmrunelectron

如果出现下面的报错信息,官方也比较贴心给出了解决方案。

#iferrorlikethis
../src/FontManagerLinux.cc:1:35:fatalerror:fontconfig/fontconfig.h:Nosuchfileordirectory
#thentrythis
yuminstalllibfontconfig1-dev-y

2、Windows安装

#installbuildtoolsforthefirsttime,justexecuteonce
npminstall-gwindows-build-tools
#clonecode
gitclonehttps://github.com/qishibo/AnotherRedisDesktopManager.git
cdAnotherRedisDesktopManager
#installdependencies,32-bitor64-bitallusewin32
npminstall--platform=win32
#ifdownloadelectronfailedduringinstalling,usethiscommand
#npmconfigsetELECTRON_MIRRORhttp://npm.taobao.org/mirrors/electron/
#npminstall--platform=win32
#servewithhotreloadatlocalhost:9988
npmstart
#afterthepreviousstepiscompletedto100%,openanothertab,buildupadesktopclient
npmrunelectron

当然,WIN系统你也可以直接下载.exe的软件包,双击运行安装更方便。

https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.3.7/Another-Redis-Desktop-Manager.1.3.7.exe

Another Redis Desktop Manager功能展示

1、主界面

Github星标8K+这款国人开源的Redis可视化管理工具,真香…

Github星标8K+这款国人开源的Redis可视化管理工具,真香…

支持:SSH、SSL、Cluster等几种模式。集群可以输入任意集群中的节点都可以自动识别出来。

Github星标8K+这款国人开源的Redis可视化管理工具,真香…

2、操作界面

Github星标8K+这款国人开源的Redis可视化管理工具,真香…

Github星标8K+这款国人开源的Redis可视化管理工具,真香…

更多实用的功能,大家感兴趣的可以下载下来,亲自使用体验一下。

继续浏览有关 Redis 的文章
发表评论