Skip to content

gpad/multi_node_mem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiNodeMem

Run one node with:

iex --sname e1 -S mix

And the other with:

iex --sname e2 -S mix

then on first node execute:

MultiNodeMem.Cache.set(:a, 12)
MultiNodeMem.Cache.get(:a)

Installation

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

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

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

About

multi_node_mem application test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages