Mnemonix v0.10.0 API Reference

Modules

Provides easy access to a store through a Map-like interface

Automatically starts stores when your application starts

Creates functions that proxy to Mnemonix ones

Functions to increment/decrement integer values within a store

Functions that rely on enumerating over all key/value pairs within a store

Functions to manage the time-to-live of entries within a store

Functions to operate on key/value pairs within a store

Functions that allow supervision of a store

A Mnemonix.Store that uses a DETS table to store state

A Mnemonix.Store that uses an ETS table to store state

A Mnemonix.Store that uses Elastix to store state in ElasticSearch

A Mnemonix.Store that uses a map to store state

A Mnemonix.Store that uses Memcachex to store state in memcached

A Mnemonix.Store that uses a Mnesia table to store state

A Mnemonix.Store that does literally nothing

A Mnemonix.Store that uses Redix to store state in redis

A pre-rolled supervisor to complement store

Stores the session in a store

Exceptions