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
Link to this function
active?()
Returns true if Peinados has at least one child.
Link to this function
child?(name)
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)
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 \\ [])