{"id":34753433,"url":"https://github.com/iguidao/redis-manager","last_synced_at":"2026-01-11T22:02:40.234Z","repository":{"id":52188645,"uuid":"520792908","full_name":"iguidao/redis-manager","owner":"iguidao","description":"Redis可视化web管理平台，支持Redis Cluster集群、Codis、阿里和腾讯云Redis的运维管理以及基本的数据操作","archived":false,"fork":false,"pushed_at":"2024-08-20T10:39:56.000Z","size":4361,"stargazers_count":14,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-26T17:19:46.924Z","etag":null,"topics":["codis","codis-manager","redis","redis-cluster","redis-create","redis-manager","redis-slowlog","redis-tool","redis-web","redismanager","redismanagerweb"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iguidao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-03T08:11:48.000Z","updated_at":"2025-11-13T11:20:28.000Z","dependencies_parsed_at":"2023-02-17T17:00:58.864Z","dependency_job_id":"b4d30a82-fc93-41f4-9b6b-58e4bf57b77c","html_url":"https://github.com/iguidao/redis-manager","commit_stats":null,"previous_names":["iguidao/redis-web-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iguidao/redis-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguidao%2Fredis-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguidao%2Fredis-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguidao%2Fredis-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguidao%2Fredis-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iguidao","download_url":"https://codeload.github.com/iguidao/redis-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguidao%2Fredis-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28324844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T18:42:50.174Z","status":"ssl_error","status_checked_at":"2026-01-11T18:39:13.842Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codis","codis-manager","redis","redis-cluster","redis-create","redis-manager","redis-slowlog","redis-tool","redis-web","redismanager","redismanagerweb"],"created_at":"2025-12-25T05:27:37.982Z","updated_at":"2026-01-11T22:02:40.203Z","avatar_url":"https://github.com/iguidao.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redis-manager\n这是一个可以操作[redis cluster/codis/腾讯云redis/阿里云redis]的web管理平台。\n_________________\n\n## 功能简介\n1. **Cluster操作界面：** 支持Redis Cluster集群的添加，可以查看Redis Cluster的集群状态\n2. **Codis操作界面：** 支持嵌入Codis Dashboard平台，可以查看codis平台信息，并且支持codis的扩缩容操作\n3. **腾讯云Redis操作界面：** 支持腾讯云Redis的导入，可以查看腾讯Redis的基本信息\n4. **阿里云Redis操作界面：** 支持阿里云Redis的导入，可以查看阿里Redis的基本信息（开发中...）\n5. **数据查询界面：** 支持[string/list/hash/set/zset]类型的key的查询，以及查询[大key/热key/慢key/查询1万key]等功能，[阿里云redis暂时不支持]\n6. **用户界面：**  支持用户的添加删除，可以管理平台用户\n7. **系统设置界面：** 支持设置全局配置以及用户权限配置，可以管理平台系统配置\n8. **历史记录界面：** 支持记载变更操作记录，方便审核回溯\n\n\n## 项目启动\n### 依赖语言\n- Golang1.19 + Vue3\n### 环境依赖\n- mysql数据库 8.0版本以上\n- 云redis或者codis，或者单Redis，非cluster，2.8版本以上\n### 启动\n- mysql需要创建 `redis_manager` 数据库：`create database redis_manager;`\n- 复制 yaml/dev.yaml 到 yaml/config.yaml\n- 编辑 yaml/config.yaml文件的[mysql、redis]配置\n- 命令行：`go run main.go`\n- docker模式启动： `sh start-docker.sh`\n- 浏览器访问：`http://127.0.0.1:8000`\n\n## 项目依赖\n### 大key查询依赖\n- 如果需要在自建Cluster和Codis上查询大key，则需要在每个redis机器上安装Agent，检测bgsave的dump文件，上传到cos里，才能进行使用；项目地址：[redis-agent](https://github.com/iguidao/redis-agent)\n\n\n## 主要功能界面介绍\n账号：iguidao \u003cbr\u003e\n密码：123456\n### 登陆\n\u003e 账号密码登陆\n\u003cimg src=\"https://raw.githubusercontent.com/iguidao/img-folder/master/redis-manager/login.png\"/\u003e\n\n### 概览  \n\u003e 展示集群基本信息\n\u003cimg src=\"https://raw.githubusercontent.com/iguidao/img-folder/master/redis-manager/board.png\"/\u003e\n\n### Cluster集群页面\n\u003e 展示Redis Cluster集群的信息\n\u003cimg src=\"https://raw.githubusercontent.com/iguidao/img-folder/master/redis-manager/cluster.png\"/\u003e\n\n### Codis集群页面\n\u003e 展示Codis集群信息\n\u003cimg src=\"https://raw.githubusercontent.com/iguidao/img-folder/master/redis-manager/codis.png\"/\u003e\n\n### 腾讯Redis集群界面\n\u003e 展示腾讯Redis集群信息\n\u003cimg src=\"https://raw.githubusercontent.com/iguidao/img-folder/master/redis-manager/tx-redis.png\"/\u003e\u003e\n\n### 阿里Redis集群界面\n\u003e 展示阿里Redis集群信息[未测试]\n\u003cimg src=\"https://raw.githubusercontent.com/iguidao/img-folder/master/redis-manager/ali-redis.png\"/\u003e\n\n### 数据查询界面\n\u003e 进行redis的key操作，支持[查key/大key/热key/慢key/查询1万key/删key]功能\n\u003cimg src=\"https://raw.githubusercontent.com/iguidao/img-folder/master/redis-manager/cli.png\"/\u003e\n\n### 用户管理界面\n\u003e 进行用户的创建删除，身份更改功能\n\u003cimg src=\"https://raw.githubusercontent.com/iguidao/img-folder/master/redis-manager/user.png\"/\u003e\n\n### 系统设置界面\n\u003e 进行全局配置\n\u003cimg src=\"https://raw.githubusercontent.com/iguidao/img-folder/master/redis-manager/setting-cfg.png\"/\u003e\n\u003e 进行权限配置\n\u003cimg src=\"https://raw.githubusercontent.com/iguidao/img-folder/master/redis-manager/setting-rule.png\"/\u003e\n\n### 历史记录界面\n\u003e 所有变更操作都会记录\n\u003cimg src=\"https://raw.githubusercontent.com/iguidao/img-folder/master/redis-manager/history.png\"/\u003e\n\n## 联系方式\nmail: xiaohui920@sina.cn\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figuidao%2Fredis-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figuidao%2Fredis-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figuidao%2Fredis-manager/lists"}