This commit is contained in:
as2252258@163.com
2021-02-27 05:11:23 +08:00
parent d303fcde9d
commit d1b4838442
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -40,7 +40,6 @@ class Redis extends Component
$event->on(Event::SYSTEM_RESOURCE_CLEAN, [$this, 'destroy']);
$event->on(Event::SYSTEM_RESOURCE_RELEASES, [$this, 'release']);
$event->on(Event::SERVER_WORKER_START, [$this, 'createPool']);
$event->on(Event::SERVER_TASK_START, [$this, 'createPool']);
}