Current section

Files

Jump to
redis_global src redis_global.app.src
Raw

src/redis_global.app.src

{application,redis_global,
[{description,"erlang global module impl by redis"},
{vsn,"0.0.5"},
{registered,[]},
{mod,{redis_global_app,[]}},
{applications,[kernel,stdlib,sasl,poolboy,eredis]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub",
"https://github.com/aijingsun6/redis_global"}]},
{files,["src"]}]}.