CouncilEx.Registry.ETS (CouncilEx v0.1.0)

Copy Markdown View Source

In-memory CouncilEx.Registry backend backed by ETS. Default.

Per-node, lost on restart, NOT cluster-safe. For multi-replica deployments switch to CouncilEx.Registry.Ecto (add :ecto_sql + :postgrex to deps) or CouncilEx.Registry.Redis (add :redix). See docs/PERSISTENCE.md.