新增: MongoDB/Redis 代理工具

This commit is contained in:
2026-03-25 01:30:01 +08:00
parent f59ed9aae0
commit 780f683706
20 changed files with 6381 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# 代理工具孵化记录
> 状态:孵化中 | 更新2026-03-21
> 状态:孵化中 | 更新2026-03-24
---
@@ -10,11 +10,27 @@
|------|------|------|----------|
| mysql-proxy | 3307 | 可用 | `mysql-proxy` |
| ssh-proxy | 3308 | 可用 | `ssh-proxy` |
| mongo-proxy | 3309 | 可用 | `mongo-proxy` |
| redis-proxy | 3310 | 可用 | `redis-proxy` |
---
## 新增功能
### 2026-03-24
1. **redis-proxy** (新工具)
- Redis HTTP 代理,会话复用
- 支持 run/get/set/del/keys/info
- CLI 模式 + HTTP API 双模式
- 连接: flux_dev
2. **mongo-proxy** (新工具)
- MongoDB HTTP 代理,会话复用
- 支持 find/insert/update/delete/aggregate/count
- CLI 模式 + HTTP API 双模式
- 连接: suke_dev, suke_pro
### 2026-03-21
1. **ssh-proxy 断线重连** (P0)