You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand the supervision story by adding a Mnemonix.Supervisor started in Mnemonix.Application
Interacting with it would work something like Ecto:
# In your config/config.exs fileconfig:my_app,:mnemonix,stores: [Sample.Store]config:my_app,Sample.Store,adapter: Mnemonix.Redis.Store,options: [port: 9876,]
Then when Mnemonix starts up it'd bring up those stores with it.
Considerations:
deliniating between opts meant for the adapter and opts meant for GenServer
Expand the supervision story by adding a
Mnemonix.Supervisor
started inMnemonix.Application
Interacting with it would work something like
Ecto
:Then when Mnemonix starts up it'd bring up those stores with it.
Considerations:
Ecto
a lause Mnemonix.Interface, otp_app: MyApp
The text was updated successfully, but these errors were encountered: