exred_node_redis_daemon v0.1.2 Exred.Node.RedisDaemon
This is a deamon node. It does not handle messages like a regular node. It is used for configuring and starting up a Redis connection pool that other nodes can use. (currently it uses Redix)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Callback implementation for Exred.Library.NodePrototype.fire/1
Callback implementation for Exred.Library.NodePrototype.handle_msg/2
Link to this section Functions
Link to this function
add_out_node(pid, new_out)
Link to this function
attributes()
Link to this function
child_spec(arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
fire(state)
Callback implementation for Exred.Library.NodePrototype.fire/1
.
Link to this function
get_category()
Link to this function
get_default_config()
Link to this function
get_name()
Link to this function
get_state(pid)
Link to this function
handle_msg(msg, state)
Callback implementation for Exred.Library.NodePrototype.handle_msg/2
.
Link to this function
prepare()
Link to this function
set_out_nodes(pid, out_nodes)
Link to this function
start_link(list)