Commit b65f3e88 authored by Liu lu's avatar Liu lu

日志调整

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