Conversion to utf-8
From Wikitech
(Difference between revisions)
(To clear messages cache in memcached) |
(invalidating the cache) |
||
| Line 4: | Line 4: | ||
* delete eswiki:messages | * delete eswiki:messages | ||
* quit | * quit | ||
| + | |||
| + | To invalidate the client cache, parser cache and anonymous file cache, set $wgCacheEpoch to the current date in /home/wikipedia/common/php-new/InitialiseSettings.php, for the converted wiki only. | ||
Revision as of 09:35, 15 August 2004
To clear messages cache in memcached :
- cd /home/wikipedia/common/php-new/maintenance
- php mcc.php
- delete eswiki:messages
- quit
To invalidate the client cache, parser cache and anonymous file cache, set $wgCacheEpoch to the current date in /home/wikipedia/common/php-new/InitialiseSettings.php, for the converted wiki only.