MCPcopy Create free account
hub / github.com/acl-dev/acl / proc_on_init

Method proc_on_init

app/wizard_demo/ht/master_service.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void master_service::proc_on_init(void)
123{
124 // create redis cluster for session cluster
125 redis_ = new acl::redis_client_cluster;
126 redis_->init(NULL, var_cfg_redis_addrs, var_cfg_max_threads,
127 var_cfg_conn_timeout, var_cfg_rw_timeout);
128}
129
130void master_service::proc_on_exit(void)
131{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected