Grm
redis可视化工具(gin+element-plus)【部署简单便捷,SSH连接,用户校验,操作日志、命令行模式、LUA脚本执行、Redis监控等】
Install / Use
/learn @gphper/GrmREADME
介绍 [Introduction]
基于go+vue的web版redis管理工具【Web redis management tool based on golang and vue】
功能清单
-
:white_check_mark: 管理连接(直连和SSH)、切换DB
-
:white_check_mark: 支持 string/list/set/zset/hash/stream 类型的增删查改
-
:white_check_mark: 编译打包成独立的二进制文件
-
:white_check_mark: 服务信息展示
-
:white_check_mark: 支持命令行
-
:white_check_mark: 用户鉴权
-
:white_check_mark: 操作日志
-
:white_check_mark: 支持LUA脚本
-
:white_check_mark: Redis监控
编译代码
- web目录下
npm run build - grm目录下
go build -ldflags "-s -w" .\main.go - 推荐使用upx再次压缩
upx -9 main.exe -o grm.exe
用户管理
- 添加用户
grm user add - 删除用户
grm user delete
运行项目
方式一 【推荐】
* 执行 `grm srv run [-H 指定host] [-p 指定端口]`
方式二
* 项目根目录执行
`docker build -t grmdocker:v1 .`
* 运行容器
`docker run -d -p 宿主机端口:8088 grmdocker:v1`
方式三
* 执行 `grm run -H ip地址 -p ip端口`
* 安装服务 `grm run --install`
* 卸载服务 `grm run --uninstall`
* 运行服务 `grm run --start`
* 停止服务 `grm run --stop`
访问地址 http://ip地址:ip端口/static/#/
Nginx反向代理
server {
listen 80;
server_name www.xxx.com;
location / {
proxy_pass http://host:port;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}
}
使用已有域名的Nginx配置
listen 80;
server_name www.xxx.com;
location /grmapix/ {
proxy_pass http://host:port;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}
location ~ ^/grm/(.*) {
proxy_pass http://host:port/$1;
}
- 访问地址 http://www.xxx.com/grm/static/#/
持续更新中。。。
登录

服务管理

数据展示

Terminal

添加数据

LUA脚本

系统设置

REDIS监控

支持作者
如果觉得这个项目对你有帮助的话,请留下一颗star ⭐⭐鼓励一下! If the project is helpful to you, please give a star to encourage me
Related Skills
xurl
349.0kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
feishu-drive
349.0k|
things-mac
349.0kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
349.0kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
