mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
fix: added set/get/delete/clear to register command
Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
parent
32e201e540
commit
43e38a120f
1 changed files with 4 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue