推荐一个 Node.js 开发的 Redis 客户端可视化管理工具
共 1464字,需浏览 3分钟
·
2022-07-13 06:44
大厂技术 高级前端 Node进阶
点击上方 程序员成长指北,关注公众号
回复1,加入高级Node交流群
作者:五月君
链接:https://mp.weixin.qq.com/s/N1Jm_-JepgIvlBECMPuodA
对于客户端可视化管理工具,MySql 有 Workbench,MongoDB 有 Robo 3T,那么 Redis 用什么呢?
Redis 在项目开发中也是一个普遍使用的数据库了,如果想在客户端查看一些数据,命令行的方式使用起来难免会繁琐,推荐一个使用 Node.js 开发的 Redis 客户端可视化管理工具 Another Redis DeskTop Manager。
来自官网的介绍:
Another Redis Desktop Manager 是一个更快,更好,更稳定的 Redis 桌面管理器,与 Linux,Windows 和 Mac 兼容,性能出众,轻松加载海量键值。
该项目是开源的,可以免费使用,截至目前 Github 标星 21.2k+。
安装包下载地址:https://github.com/qishibo/AnotherRedisDesktopManager/releases
如果电脑安装了 Node.js 环境,也可以在本地启动:
# clone code
git clone https://github.com/qishibo/AnotherRedisDesktopManager.git --depth=1
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
我组建了一个氛围特别好的 Node.js 社群,里面有很多 Node.js小伙伴,如果你对Node.js学习感兴趣的话(后续有计划也可以),我们可以一起进行Node.js相关的交流、学习、共建。下方加 考拉 好友回复「Node」即可。
如果你觉得这篇内容对你有帮助,我想请你帮我2个小忙:
点赞和在看就是最大的支持