Commit 683badb6 authored by Liu lu's avatar Liu lu

异步日志调整

parent 3d09726e
...@@ -40,7 +40,7 @@ abstract class RedisQueueBatchHandler ...@@ -40,7 +40,7 @@ abstract class RedisQueueBatchHandler
*/ */
public function addToQueue($data,$specifyQueue='') public function addToQueue($data,$specifyQueue='')
{ {
$this->redis->rPush($specifyQueue?:$this->queue_name,json_encode($data)); $this->specifyRedisServer()->rPush($specifyQueue?:$this->queue_name,json_encode($data));
} }
/** /**
......
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