Exd v0.1.10 Exd.Store.Memory View Source

Uses an in-memory ETS table as store

Link to this section Summary

Types

Runtime options for in-memory store

Functions

Returns a specification to start this module under a supervisor

Link to this section Types

Link to this type options() View Source
options() :: [{:name, term() | binary()}]

Runtime options for in-memory store

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function start_link(opts \\ []) View Source
start_link(options()) :: GenServer.on_start()