|
|
|
|
@ -158,6 +158,10 @@ if ($config->getSystemValueBool('installed', false)) {
|
|
|
|
|
$application->add(Server::get(Command\TaskProcessing\Statistics::class));
|
|
|
|
|
|
|
|
|
|
$application->add(Server::get(Command\Memcache\RedisCommand::class));
|
|
|
|
|
$application->add(Server::get(Command\Memcache\DistributedClear::class));
|
|
|
|
|
$application->add(Server::get(Command\Memcache\DistributedDelete::class));
|
|
|
|
|
$application->add(Server::get(Command\Memcache\DistributedGet::class));
|
|
|
|
|
$application->add(Server::get(Command\Memcache\DistributedSet::class));
|
|
|
|
|
} else {
|
|
|
|
|
$application->add(Server::get(Command\Maintenance\Install::class));
|
|
|
|
|
}
|
|
|
|
|
|