Redis cache (#4436)

* perf: add Redis cache for vector counting (#4432)

* feat: cache

* perf: get cache key

---------

Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com>
This commit is contained in:
Archer
2025-04-02 22:05:42 +08:00
committed by archer
parent dc73f47486
commit c2e088cf39
5 changed files with 92 additions and 8 deletions

View File

@@ -44,7 +44,8 @@ curl --location --request POST 'https://{{host}}/api/admin/initv494' \
1. 集合数据训练状态展示
2. SMTP 发送邮件插件
3. BullMQ 消息队列。
4. 站点同步支持配置训练参数
4. 利用 redis 进行部分数据缓存
5. 站点同步支持配置训练参数。
## ⚙️ 优化