Introduce Redis caching logic to `getClubInfo` and `getMatchDetail` methods in `KaiqiuService` to improve performance and reduce network requests. - Added optional `force` parameter to bypass cache when needed. - Implemented cache fallback for connection timeouts. - Updated cache expiration times (e.g., 24h for club info, 5m for match details). - Propagated the `force` parameter from `EventSubscribeService` to ensure data freshness. |
||
|---|---|---|
| __test__ | ||
| .vscode | ||
| assets | ||
| prisma | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| bun-env.d.ts | ||
| bun.lock | ||
| bunfig.toml | ||
| docker-compose.yml | ||
| dockerfile | ||
| package.json | ||
| prisma.config.ts | ||
| README.md | ||
| tsconfig.json | ||