Packages

Superfast, pipelined, resilient Redis driver for Elixir.

Current section

Files

Jump to
excache lib excache.ex
Raw

lib/excache.ex

defmodule Excache do
@moduledoc """
Documentation for Excache.
"""
@doc """
Hello world.
## Examples
iex> Excache.hello
:world
"""
def hello do
:world
end
end