文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

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

2024-12-03 18:42

关注

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

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

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

所以,今天,民工哥就给大家安利一款由国人开源的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安装 

  1. # clone code  
  2. git clone https://github.com/qishibo/AnotherRedisDesktopManager.git  
  3. cd AnotherRedisDesktopManager  
  4. # install dependencies  
  5. npm install  
  6. # if download electron failed during installing, use this command  
  7. ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" npm install  
  8. # serve with hot reload at localhost:9988  
  9. npm start  
  10. # after the previous step is completed, open another tab, build up a desktop client  
  11. npm run electron 

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

  1. # if error like this  
  2. ../src/FontManagerLinux.cc:1:35: fatal error: fontconfig/fontconfig.h: No such file or directory  
  3. # then try this  
  4. yum install libfontconfig1-dev -y 

2、Windows安装 

  1. # install build tools for the first time, just execute once  
  2. npm install -g windows-build-tools  
  3. # clone code  
  4. git clone https://github.com/qishibo/AnotherRedisDesktopManager.git  
  5. cd AnotherRedisDesktopManager  
  6. # install dependencies, 32-bit or 64-bit all use win32  
  7. npm install --platform=win32  
  8. # if download electron failed during installing, use this command  
  9. # npm config set ELECTRON_MIRROR http://npm.taobao.org/mirrors/electron/  
  10. # npm install --platform=win32  
  11. # serve with hot reload at localhost:9988  
  12. npm start  
  13. # after the previous step is completed to 100%, open another tab, build up a desktop client  
  14. 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、操作界面

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

 

来源:民工哥技术之路内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     813人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     354人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     318人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     435人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     224人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-后端开发
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯