Peluquero.Peinados (peluquero v0.99.43) View Source

The supervisor process for the Peluquero.Redis instances.

Link to this section Summary

Functions

Returns true if Peinados has at least one child.

Checks whether the child exists

Returns a specification to start this module under a supervisor.

Retrieves the list of peinados available

Deletes the value by key from the redis, specified by name

Retrieves the value by key from the redis, specified by name

Callback implementation for Supervisor.init/1.

Sets a new value for the key in the redis, specified by name

Link to this section Functions

Returns true if Peinados has at least one child.

Checks whether the child exists

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

children(format \\ :full)

View Source

Retrieves the list of peinados available

Deletes the value by key from the redis, specified by name

Retrieves the value by key from the redis, specified by name

Callback implementation for Supervisor.init/1.

Link to this function

set(name \\ nil, key, value)

View Source

Sets a new value for the key in the redis, specified by name

Link to this function

start_link(peinados \\ [])

View Source