Commit Graph

20 Commits (d1af4a40d401a190ba3de5344dcf7f65bd065770)

Author SHA1 Message Date
Lxy a599130a51 feat: 将 symbols/ai 配置迁移到 MySQL,保留 JSON fallback
2 weeks ago
Lxy 27974474f8 fix: 修复 MySQL session 创建失败降级和迁移对象 detached 问题
2 weeks ago
Lxy 1111963c5f feat: 将 futures_analysis.db 迁移到 MySQL 并支持 Redis 缓存
2 weeks ago
Lxy 0a519d5c7d fix(cache): fallback to SQLite when StorageManager timestamp write fails
2 weeks ago
Lxy d9bda2c4cf fix(storage): use CACHE_TTL_SECONDS for is_fresh and REDIS_TTL_SECONDS for cache TTL
2 weeks ago
Lxy e17a183262 fix(storage): address final review findings on atomic writes, migration, config and URL encoding
2 weeks ago
Lxy 46f5846c99 fix(migration): ensure SQLite records are correctly inserted into MySQL
2 weeks ago
Lxy 4d7b3e6e32 test(integration): verify dual-write consistency and migration integrity
2 weeks ago
Lxy 177a10fbd1 fix(storage): inject Redis/MySQL clients into StorageManager singleton
2 weeks ago
Lxy 7cea089d48 test(integration): verify fallback to MySQL and SQLite scenarios
2 weeks ago
Lxy ad9d7f88ab test(integration): verify Redis cache hit/miss scenarios
2 weeks ago
Lxy bf4f571f0e fix(cache): remove redundant filtering and avoid mutating StorageManager results
2 weeks ago
Lxy 2720ddb728 fix(cache): resolve StorageManager integration compatibility issues
2 weeks ago
Lxy 7ee6794095 feat(cache): integrate StorageManager into cache service with SQLite fallback
2 weeks ago
Lxy 5db0546e5f feat(app): trigger SQLite to MySQL migration on startup
2 weeks ago
Lxy a26a44e5c9 feat(migration): add SQLite to MySQL data migration script
2 weeks ago
Lxy 59e461a163 fix(storage): use input timestamp in save and expand test coverage
2 weeks ago
Lxy 8f3c2b6fdb feat(storage): add StorageManager write logic with dual-write consistency
2 weeks ago
Lxy beba383a92 feat(storage): add StorageManager read logic with Redis -> MySQL fallback
2 weeks ago
Lxy a4c3af6c78 feat(app): initialize Redis and MySQL connections in lifespan
2 weeks ago