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

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

 

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

对于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安装 

# 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 
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.

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

# 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 
  • 1.
  • 2.
  • 3.
  • 4.

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 
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.

当然,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、主界面

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

2、操作界面

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

 

责任编辑:庞桂玉 来源: 民工哥技术之路
相关推荐

2025-01-13 08:30:00

开源Redis可视化

2022-05-24 15:03:44

开源工具可视化

2010-10-11 11:03:01

MySQL管理工具

2010-05-11 18:35:47

MySQL数据库

2019-10-10 08:46:02

Docker可视化技术浏览器

2021-12-10 10:46:16

可视化工具LinuxRedis

2022-02-25 15:06:53

PowerDesig开源工具

2021-03-01 07:45:32

kubernetes应用程序工具

2020-07-27 09:59:25

Kafka可视化CMAK

2020-08-28 15:42:30

GitHub代码可视化

2021-04-09 16:25:00

GitHub代码开发者

2010-09-30 15:54:58

系统升级

2023-03-07 14:21:57

2012-12-06 11:31:40

虚拟化

2021-02-03 14:04:52

k8spermissionm管理工具

2021-11-26 05:57:12

开源备份Restic

2024-09-19 16:12:04

2020-11-10 10:46:57

开源后台管理系统Base Admin

2009-04-24 21:13:45

服务器虚拟化Vmware

2011-12-20 09:39:18

虚拟化红帽oVirt
点赞
收藏

51CTO技术栈公众号