From 2e0f8067aa59a1c32cd4ec5b5a66547ed2ec9b56 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 5 Jan 2020 17:04:22 +0100 Subject: [PATCH] Enabled redis config option --- config/autoload/installer.global.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/autoload/installer.global.php b/config/autoload/installer.global.php index 63716906..296c0635 100644 --- a/config/autoload/installer.global.php +++ b/config/autoload/installer.global.php @@ -29,6 +29,7 @@ return [ Option\BasePathConfigOption::class, Option\TaskWorkerNumConfigOption::class, Option\WebWorkerNumConfigOption::class, + Option\RedisServersConfigOption::class, ], 'installation_commands' => [