From 2f9f9e83e87ff4a54fd5abb2299eaca3d4da232d Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 14 Jun 2024 14:14:15 +0200 Subject: feat: add command to send raw commands to redis Signed-off-by: Robin Appelman --- core/register_command.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/register_command.php') diff --git a/core/register_command.php b/core/register_command.php index f898d91df70..5857c227fea 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -147,6 +147,8 @@ if ($config->getSystemValueBool('installed', false)) { $application->add(Server::get(Command\TaskProcessing\ListCommand::class)); $application->add(Server::get(Command\TaskProcessing\Statistics::class)); + + $application->add(Server::get(Command\Memcache\RedisCommand::class)); } else { $application->add(Server::get(Command\Maintenance\Install::class)); } -- cgit v1.2.3