Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 665 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 665 Bytes

Ginseng

Distributed caching for web apps built on Mnesia.

Based on http://ndpar.blogspot.com/2010/01/distributed-cache-in-erlang.html

With help from https://elixirschool.com/lessons/specifics/mnesia/

Installation

If available in Hex, the package can be installed by adding ginseng to your list of dependencies in mix.exs:

def deps do
  [{:ginseng, "~> 0.1.0"}]
end

Info

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ginseng.