feat: 大规模性能优化 - Redis Pipeline 批量操作、索引系统、连接池优化

This commit is contained in:
SunSeekerX
2025-12-31 02:08:47 +08:00
parent a345812cd7
commit 584fa8c9c1
68 changed files with 6541 additions and 4536 deletions

View File

@@ -18,7 +18,7 @@ class ModelService {
(sum, config) => sum + config.models.length,
0
)
logger.success(`Model service initialized with ${totalModels} models`)
logger.success(`Model service initialized with ${totalModels} models`)
}
/**