12 lines
614 B
Go
12 lines
614 B
Go
// Package redisstate defines the Game Lobby Service Redis keyspace and
|
|
// the adapters for the runtime-coordination state that intentionally
|
|
// stays on Redis after the PG_PLAN.md §6A and §6B migrations.
|
|
//
|
|
// Adapters in this package implement ports.GameTurnStatsStore,
|
|
// ports.GapActivationStore, ports.EvaluationGuardStore, and
|
|
// ports.StreamOffsetStore plus the StreamLagProbe used for telemetry. The
|
|
// durable enrollment entities (game, application, invite, membership)
|
|
// and the Race Name Directory live in PostgreSQL; their previous Redis
|
|
// adapters and codecs have been removed.
|
|
package redisstate
|