Manual:Mcc.php/cs

Category:MediaWiki code/cs#Mcc.php

Podrobnosti

Soubor mcc.php je skript údržby, který funguje jako diagnostický nástroj uložený v memcache.

MemCached Command (mcc) is an interactive command tool that lets you interact with the MediaWiki memcached cache.

List of commands

These interactive commands are available in mcc.php:

CommandDescription
getgrabs something
getsocklists sockets
setchanges something
deletedeletes something
historyshow command line history
servershow current memcached server
dumpmccshows the whole thing
exitexit mcc
quitexit mcc
helphelp about a command

Usage

php maintenance/run.php mcc
Terminal
Ve verzi MediaWiki 1.39.12 a starší musíte vyvolat skripty údržby pomocí php maintenance/scriptName.php namísto php maintenance/run.php scriptName.

Common error

Bad command

This error occurs when an invalid command is given. See the list of valid commands.

See also

Category:Maintenance scripts/cs#mcc.php Category:Development maintenance scripts/cs
Category:Development maintenance scripts/cs Category:Maintenance scripts/cs Category:MediaWiki code/cs Category:MediaWiki code pages without class names/cs