Jump to content

Příručka:Mcc.php

From mediawiki.org
This page is a translated version of the page Manual:Mcc.php and the translation is 100% complete.

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:

Command Description
get grabs something
getsock lists sockets
set changes something
delete deletes something
history show command line history
server show current memcached server
dumpmcc shows the whole thing
exit exit mcc
quit exit mcc
help help 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