redis-manager icon indicating copy to clipboard operation
redis-manager copied to clipboard

Redis 一站式管理平台,支持集群的监控、安装、管理、告警以及基本的数据操作

Results 65 redis-manager issues
Sort by recently updated
recently updated
newest added

用的是首页的 docker 启动命令 docker run -d --net=host --name redis-manager \ -e DATASOURCE_DATABASE='redis_manager' \ -e DATASOURCE_URL='jdbc:mysql://127.0.0.1:3306/redis_manager?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2b8' \ -e DATASOURCE_USERNAME='root' \ -e DATASOURCE_PASSWORD='123456' \ reasonduan/redis-manager 2022-07-07 10:00:38.562 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Quartz...

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.17 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies
java

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.47 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies
java

对于分片集群,不知道key在哪个集群,对查询者是透明的。 key分布在哪个集群上需要计算其hash值。

![image](https://user-images.githubusercontent.com/24354760/94268439-be74cd80-ff6f-11ea-9368-c9249f050a62.png) ![image](https://user-images.githubusercontent.com/24354760/94335265-ed8d4c80-000c-11eb-8b2e-14888c0c566e.png)

数据库版本是5.7,redis-manager中的MySQL连接驱动版本是mysql-connector-java-8.0.17.jar,配置好账号密码后,总是提示需要密码。试过很多方法都不行,有改连接方式的、有换redis-manager中的驱动包的等都不行。想了解一下,是否可以向下连接或者修改什么配置可以连接。求解。。。

配置SMTP告警邮箱时,日志一直提示25端口无法连接,可以在配置文件里加个配置smtp的端口吗

分析redis集群的rct时,提示要密码,我在redis [manager里导入集群,配置密码,已经能正常看见几区信息] -

https://github.com/ngbdf/redis-manager/blob/9dccdce7f2c91887aa659a5aab5aaacf4b92fb9b/redis-manager-ui/redis-manager-vue/src/utils/validate.js#L58 在这里,可以尝试修改正则验证逻辑,类似这种: `\S+:\d+` 不知道作者是否有这样的考虑。