[PR #86] [MERGED] 1.1.4 #191

Closed
opened 2026-02-28 00:39:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/86
Author: @team-ide
Created: 5/23/2022
Status: Merged
Merged: 5/23/2022
Merged by: @team-ide

Base: mainHead: dev


📝 Commits (2)

📊 Changes

21 files changed (+1006 additions, -769 deletions)

View changed files

📝 README.md (+1 -1)
📝 RELEASE.md (+3 -1)
📝 RELEASE_HISTORY.md (+8 -0)
📝 doc/toolbox-redis-hash.png (+0 -0)
📝 doc/toolbox-redis-list.png (+0 -0)
📝 doc/toolbox-redis-set.png (+0 -0)
📝 html/src/component/toolbox/Index.vue (+2 -0)
📝 html/src/component/toolbox/Redis.vue (+74 -13)
📝 html/src/component/toolbox/database/Export.vue (+2 -9)
📝 html/src/component/toolbox/database/Import.vue (+1 -5)
📝 html/src/component/toolbox/database/SqlSelectDataList.vue (+1 -1)
📝 html/src/component/toolbox/database/TableData.vue (+2 -212)
📝 html/src/component/toolbox/database/TableDetail.vue (+2 -22)
html/src/component/toolbox/toolbox.css (+263 -0)
📝 html/src/views/toolbox/Index.vue (+0 -24)
📝 package.json (+1 -1)
📝 pkg/toolbox/redis.go (+46 -38)
pkg/toolbox/redis_service.go (+370 -0)
📝 pkg/toolbox/redis_service_cluster.go (+229 -74)
pkg/toolbox/redis_service_pool.go (+0 -368)

...and 1 more files

📄 Description

  1. FTP功能去除搜索,添加Filter功能,在页面过滤文件
  2. Redis中List、Set、Hash添加Value Size值加载数量限制,可修改
  3. Redis编辑或新增值后刷新表单,查询最新数据

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/team-ide/teamide/pull/86 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/23/2022 **Status:** ✅ Merged **Merged:** 5/23/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`d85074f`](https://github.com/team-ide/teamide/commit/d85074f5db132c3409be2d071eebfa0e11c63142) Redis单机调用库使用redis/v8 - [`5824fdb`](https://github.com/team-ide/teamide/commit/5824fdbd65cecec6d70ac6438240b682aa60befd) 1.1.4 ### 📊 Changes **21 files changed** (+1006 additions, -769 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `RELEASE.md` (+3 -1) 📝 `RELEASE_HISTORY.md` (+8 -0) 📝 `doc/toolbox-redis-hash.png` (+0 -0) 📝 `doc/toolbox-redis-list.png` (+0 -0) 📝 `doc/toolbox-redis-set.png` (+0 -0) 📝 `html/src/component/toolbox/Index.vue` (+2 -0) 📝 `html/src/component/toolbox/Redis.vue` (+74 -13) 📝 `html/src/component/toolbox/database/Export.vue` (+2 -9) 📝 `html/src/component/toolbox/database/Import.vue` (+1 -5) 📝 `html/src/component/toolbox/database/SqlSelectDataList.vue` (+1 -1) 📝 `html/src/component/toolbox/database/TableData.vue` (+2 -212) 📝 `html/src/component/toolbox/database/TableDetail.vue` (+2 -22) ➕ `html/src/component/toolbox/toolbox.css` (+263 -0) 📝 `html/src/views/toolbox/Index.vue` (+0 -24) 📝 `package.json` (+1 -1) 📝 `pkg/toolbox/redis.go` (+46 -38) ➕ `pkg/toolbox/redis_service.go` (+370 -0) 📝 `pkg/toolbox/redis_service_cluster.go` (+229 -74) ➖ `pkg/toolbox/redis_service_pool.go` (+0 -368) _...and 1 more files_ </details> ### 📄 Description 1. FTP功能去除搜索,添加Filter功能,在页面过滤文件 2. Redis中List、Set、Hash添加Value Size值加载数量限制,可修改 3. Redis编辑或新增值后刷新表单,查询最新数据 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:39:04 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/teamide-team-ide#191
No description provided.