Memcache is a caching technology developed by Brad Fitzpatrick for Livejournal.
SUPPORT FOR MEMCACHE IS EXPERIMENTAL AND MAY BE CHANGED / WITHDRAWN WITHOUT WARNING.
Installation requirements:
Configuration:
Uncomment and populate the following sections in settings.php
$CONFIG->memcache = true;
$CONFIG->memcache_servers = array (
array('server1', 11211),
array('server2', 11211)
);
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Hint: When using memcache with elgg 1.5 you need to apply this patch to get it working.
http://trac.elgg.org/elgg/ticket/897
What's the point of the $test=true; section in the patch code?
That variable is never used anywhere else...