码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-11-30 15:48:25      阅读:6      评论:0      收藏:0      [点我收藏+]

标签:art   解决方案   安利   mys   shell   release   other   download   com   

Github 星标 8K+ 这款国人开源的 Redis 可视化管理工具,真香...
收录于话题
#Redis专辑
5个

点击上方“民工哥技术之路”,选择“设为星标”
回复“1024”获取独家整理的学习资料!

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

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

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

# 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

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

技术图片
技术图片

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

技术图片
技术图片
技术图片
技术图片
推荐阅读 点击标题可跳转
我去!微信竟然可以查出行轨迹了,预计又一波情侣要分手?
Linux 日志切割神器 Logrotate 原理和配置详解(附多生产实例)
建议收藏备查!MySQL 常见错误代码说明
常见互联网公司职级和薪资一览!
Redis 优化最佳实践!业务与运维层面实战
Shell 命令执行可视化和告警工具
MySQL 高频面试题,都在这了
实战干货!Elasticsearch 最佳实践!

技术图片
收录于话题 #Redis专辑

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

标签:art   解决方案   安利   mys   shell   release   other   download   com   

原文地址:https://blog.51cto.com/mingongge/2554278

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!