summaryrefslogtreecommitdiff
path: root/plugins/MemcachePlugin.php
AgeCommit message (Expand)Author
2010-01-16Cleanup for memcached host/port split -- apparently we use ';' on purpose, re...Brion Vibber
2010-01-14Clean up host/port separation in memcached plugin -- use : not ; as separator...Brion Vibber
2010-01-13queue daemon fixes: path fix for xmpp, suppress warning in memcached initBrion Vibber
2010-01-12Major refactoring of queue handlers to support running multiple sites in one ...Brion Vibber
2010-01-08persistent connection flag, default false on cliEvan Prodromou
2010-01-07add version information to MemcachePluginEvan Prodromou
2010-01-04make compression threshold and min savings config attrs for MemcachePluginEvan Prodromou
2010-01-04Enable memcache automatic compression, starting at 20k and only if compressio...Craig Andrews
2010-01-02First version of Memcache pluginEvan Prodromou