Packages

An erlang ETS cache with TTL.

Current section

Files

Jump to
redi src redi.app.src
Raw

src/redi.app.src

{application, 'redi', [
{description, "a Redis subset with global TTL"},
{vsn, "0.8.2"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []},
{modules, []},
{maintainers, [
"Renaud Mariana"
]},
{licenses, ["Apache-2.0"]},
{links, [{"Github", "https://github.com/bougueil/erlang-redi"}]}
]}.