Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Magnet Cloud Cache Server
共享缓存池后端最小骨架:
- Fastify 4
- MySQL 5.7+/8.0+
- AES-256-GCM 数据库存储加密
- 共享线程缓存 / 范围缓存 / 页缓存
- 为未来账号体系和私有保险箱预留表结构
快速启动
- 复制
.env.example为.env - 填好 MySQL 和加密密钥
- 安装依赖:
npm install - 启动:
npm start
已实现接口
GET /healthGET /readyPOST /api/shared-cache/threads/lookupPOST /api/shared-cache/threads/upsertPOST /api/shared-cache/coverages/lookupPOST /api/shared-cache/coverages/upsertPOST /api/shared-cache/pages/lookupPOST /api/shared-cache/pages/upsert