Commit 60e35a4a authored by chenchuanwen's avatar chenchuanwen

bridgeReload

parent 707e9181
...@@ -77,6 +77,7 @@ class runRedisPush ...@@ -77,6 +77,7 @@ class runRedisPush
private function start() private function start()
{ {
$pid = $this->daemon(); $pid = $this->daemon();
require APPLICATION_PATH . '/scripts/crontab/common.php';
$conf = \Yaf\Registry::get('config')->get('redis.database.params'); $conf = \Yaf\Registry::get('config')->get('redis.database.params');
$redisPublishName=\Yaf\Registry::get('config')->get('redis.redisPublishName'); $redisPublishName=\Yaf\Registry::get('config')->get('redis.redisPublishName');
$redis=new Redis(); $redis=new Redis();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment