[GO]RedisGo, 为更好监控/管理的Redis而倾心打造~
本帖最后由 liuzhuoling2011 于 2020-11-27 11:16 编辑如果觉得好用, 不要忘了follow或者star哦
github地址: https://github.com/liuzhuoling2011/RedisGo
## RedisGo
- `简约`, `可视化`使用分析`Redis`
- 对`大量的key和数据`进行优化 丝滑流畅~
- 对`Pubsub`的使用体验做了大量优化, 谁用谁知道~
- `B/S`模式架构, 可本地, 云端使用, 灵活部署
有任何问题欢迎提(https://github.com/liuzhuoling2011/RedisGo/issues), 良好的关注度和参与度有助于开源项目的长远发展~
![](https://gitee.com/liuzhuoling/pic-go/raw/master/RedisGo/RedisGo_Info.png)
![](https://gitee.com/liuzhuoling/pic-go/raw/master/RedisGo/RedisGo_Manage.png)
![](https://gitee.com/liuzhuoling/pic-go/raw/master/RedisGo/RedisGo_Data.png)
![](https://gitee.com/liuzhuoling/pic-go/raw/master/RedisGo/RedisGo_Monitor.png)
![](https://gitee.com/liuzhuoling/pic-go/raw/master/RedisGo/RedisGo_Pubsub.png)
![](https://gitee.com/liuzhuoling/pic-go/raw/master/RedisGo/RedisGo_Terminal.png)
### 运行
程序已经打包好放在 (https://github.com/liuzhuoling2011/RedisGo/releases) 页面
#### 对于 Windows 版本:
```
1. 双击打开软件
2. 打开浏览器, 在地址栏输入: localhost:51299 就可以看到界面了
```
#### 对于 Linux 和 Mac 版本:
```
打开终端:
1. cd 到软件所在的目录
2. chmod a+x RedisGo
3. ./RedisGo
4. 打开浏览器, 在地址栏输入: localhost:51299 就可以看到界面了
```
### 运行出错
如果遇到程序启动错误, 应该是端口占用导致的, 可以指定端口运行
```./RedisGo web --port 12345```
Enjoy, 如果觉得好用, 请不要吝啬 ```Star``` 或者 ```Follow``` 哦, 或者顺便 ```Buy Me A Coffee```
已经更新到2.0版本, 添加了数据管理, 大幅度优化速度 发布了2.0.2版本, 更新了屏幕分辨率适配 更新2.0.3版本, 美化样式, 支持slow log按时间排序 版本更新到 2.1.0
重构优化前后端代码, UI
支持添加数据, 包括往 List/Hash/Set/ZSet中添加元素
以 IP + Port 作为Redis的唯一Key, 支持管理同一台机器上不同端口的Redis服务
优化Command指令执行, 会保留命令历史记录 angelb 发表于 2020-11-30 10:11
老板有想法加个登入页面吗 这样会好点,现在都是直接访问如果在外网会有不安全的策略
这个有在考虑, 不过最近应该不会 呦 看着不错 赶紧试试。 支持ssh吗? star,抽空学习一下 本帖最后由 韩天阳 于 2021-6-15 16:42 编辑
请问,添加错误, 请检查redis配置是否重复或者不正确,这个是只能添加本地电脑起的redis吗,不能添加别人的电脑起的redis吗
d=====( ̄▽ ̄*)b顶 楼主如何增加0.0.0.0访问啊? 感谢分享 DPP 发表于 2020-12-9 03:28
牛 爱了爱了
Github Release 中已经更新