Current section

Files

Jump to
ndisc_redis src ndisc_redis_app.erl
Raw

src/ndisc_redis_app.erl

-module(ndisc_redis_app).
-behaviour(application).
-export([start/2, stop/1]).
start(_StartType, _StartArgs) ->
ndisc_redis_sup:start_link().
stop(_State) ->
ok.
%% internal functions