Tile38

WIP-Not ready for any projects yet

Installation

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

def deps do
  [
    {:tile38, "~> 0.0.1"}
  ]
end

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

Usage

mix do deps.get, compile
iex -S mix
Redix.command(:tile38_redix, ["PING"])
{:ok, pid} = Tile38.start_link(Tile38.Server)