Exqute v0.1.2 Exqute.Application View Source
Link to this section Summary
Functions
The child spec for Exqute
The Redis Module
The Redis Name
Redix specifications
Get a list of the configuration and configure our children
Start the children links
Stop the Supervisor
Link to this section Functions
The child spec for Exqute
The Redis Module
iex> Exqute.Application.redis_module(Exqute.env())
Redix
The Redis Name
iex> Exqute.Application.redis_name(Exqute.env())
Exqute.Redis.Client
Redix specifications
iex> Exqute.Application.redix_spec(Exqute.env())
%{
id: Redix,
start: {Redix, :start_link,
[[host: "exqute_redis", port: 6379, name: Exqute.Redis.Client]]},
type: :worker
}
Get a list of the configuration and configure our children
Start the children links
Stop the Supervisor