Files
galaxy-game/notification/internal/adapters/redisstate/errors.go
T
2026-04-26 20:34:39 +02:00

11 lines
429 B
Go

package redisstate
import "galaxy/notification/internal/service/routestate"
// ErrConflict reports that a Redis mutation could not be applied because
// one of the watched or newly created keys already existed or changed
// concurrently. Aliased to routestate.ErrConflict so the publisher
// boundary uses one stable sentinel regardless of which storage backend
// drives the mutation.
var ErrConflict = routestate.ErrConflict