docs: 업데이트된 문서 내용 반영 및 Redis 통합 설명 추가

This commit is contained in:
2026-01-05 16:20:20 +00:00
parent f4bc8e42f3
commit cf93c28aff
6 changed files with 21 additions and 19 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ monorepo plan is prepared alongside it.
## Current Implementation Notes
- `packages/infra` is live with Prisma/Postgres connectors used by game services.
- `app/game-engine` implements an in-memory turn daemon with DB flush hooks.
- `app/game-api` exposes tRPC endpoints for reserved turns, messages, and battle sims.
- `app/game-engine` implements an in-memory turn daemon with DB flush hooks and Redis control transport.
- `app/game-api` exposes tRPC endpoints for reserved turns, messages, and battle sims, communicating with the daemon via Redis.
- Gateway/game frontends are still placeholders (not part of current runtime).
## Legacy Data Migration Policy