src/redis_global.app.src
{application,redis_global,
[{description,"erlang global module impl by redis"},
{vsn,"0.0.3"},
{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"]}]}.