分享一个小众的RedisGUI管理软件

web-redis-manager

web-redis-manager是redis的管理工具,支持同时管理多个redis实例, 慢日志, 服务器信息, 配置信息, CLI模式,同时支持web端和webview, 可以作为GUI和在线管理界面. 程序由Go语言和Vue开发完成, 现已可以完成日常95%的工作.

特性

  • BasicAuth
  • 支持redis常用数据类型管理:
    • list
    • string
    • hashmap
    • set
    • sorted set
    • stream
    • json (开发中)
    • RediSeach (开发中)
  • CLI命令行模式
  • 慢日志查看
  • 服务信息查看
  • 连接客户端管理
  • 发布订阅模式
  • 性能图表监控
  • 只读管理模式

使用方法

git  clone --depth=1 https://github.com/xiusin/web-redis-manager.git
cd  web-redis-manager
git  checkout  develop
yarn  # 安装前端依赖
yarn  build  # 打包前端代码
cd  server
go  mod  tidy  # 下载go依赖包
go  build  -o  rdm.exe  # 编译 windows
go  build  -o  rdm  # *nix
# 非basic auth启动 (Webview本地窗口)
./rdm.exe
# basic auth启动 (用于web端授权密码登录)
./rdm.exe  --username=admin  --password=123456

演示案例: rdm.xiusin.cn
账号: admin 密码:123456

示意图

入口页面

./images/1-min.png

连接实例

./images/2-min.png

管理键

./images/3-min.png

操作值

./images/4-min.png

配置信息

./images/5-min.png

服务器信息

./images/6-min.png

慢日志

./images/7-min.png

CLI管理

./images/8-min.png

本作品采用《CC 协议》,转载必须注明作者和本文链接
讨论数量: 4

欢迎使用

9个月前 评论

赞一个,虽然不用。

8个月前 评论

支持一下 :+1: :+1:,我也有个这样的项目 github.com/gphper/grm 哈哈哈

8个月前 评论
xiusin (楼主) 8个月前

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!