feat(redis): implement Redis integration for game state management and websocket communication

This commit is contained in:
2026-04-26 00:13:35 +02:00
parent ec09a1bdb9
commit 83f84371be
48 changed files with 1475 additions and 427 deletions
@@ -10,4 +10,5 @@ final case class GameStateDto(
undoAvailable: Boolean,
redoAvailable: Boolean,
clock: Option[ClockDto],
takebackRequestedBy: Option[String] = None,
)