Go to file
薇薇安 22901abe39 feat(book_ticker_stream, ticker_24h_stream): 引入串行化锁以优化 Redis 写入逻辑
在 `book_ticker_stream.py` 和 `ticker_24h_stream.py` 中新增了串行化锁,确保在写入 Redis 时避免并发合并导致内存膨胀。更新了合并逻辑,限制 Redis 中 USDT 交易对的数量,防止键值无限增长。此改进提升了内存管理与系统稳定性。
2026-02-21 01:09:27 +08:00
backend feat(account, stats, trades, database): 限制交易记录查询条数以优化内存管理 2026-02-21 01:03:17 +08:00
docs fix(binance_client, position_manager, config): 增强止损与盈利保护逻辑 2026-02-20 23:38:14 +08:00
frontend fix(account, frontend): 兼容处理创建时间字段 2026-02-21 00:59:54 +08:00
recommendations-viewer a 2026-01-22 19:38:12 +08:00
scripts 1 2026-02-13 08:27:05 +08:00
trading_system feat(book_ticker_stream, ticker_24h_stream): 引入串行化锁以优化 Redis 写入逻辑 2026-02-21 01:09:27 +08:00
.cursorrules 1 2026-02-08 20:06:47 +08:00
.gitignore a 2026-01-13 18:47:42 +08:00