关于redis: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/An…

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/An…

Another Redis Desktop Manager性能展现

1、主界面

反对:SSH、SSL、Cluster等几种模式。集群能够输出任意集群中的节点都能够自动识别进去。

2、操作界面

更多实用的性能,大家感兴趣的能够下载下来,亲自应用体验一下。

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理