peluquero v0.8.5 Peluquero.Peinados

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

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

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

Link to this function children(format \\ :full)

Retrieves the list of peinados available

Link to this function del(name \\ nil, key)

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

Link to this function fqname(module \\ nil || __MODULE__, suffix)
fqname(Atom.t(), String.t() | Atom.t() | List.t() | nil) :: Atom.t()
Link to this function fqparent(name)
fqparent(Atom.t() | String.t() | List.t()) :: Atom.t()
Link to this function get(name \\ nil, key)

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

Link to this function set(name \\ nil, key, value)

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

Link to this function start_link(peinados \\ [])