Commit e6a013a0 authored by Liu lu's avatar Liu lu

异步日志调整

parent 683badb6
......@@ -19,9 +19,7 @@ class LogTraceQueue extends RedisQueueBatchHandler
protected function specifyRedisServer():Redis
{
$redis = redis();
$redis->select(0);
return $redis;
return redis();
}
private function createLogTraceTable()
......
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