index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
MemcachePlugin.php
Age
Commit message (
Expand
)
Author
2010-02-16
Merge branch 'master' into testing
Brion Vibber
2010-02-16
Stomp queue restructuring for mass scalability:
Brion Vibber
2010-02-05
Don't spew warnings on usage of MEMCACHE_COMPRESSED constant when memcache PH...
Brion Vibber
2010-01-27
Set default 24-hour expiry on Memcached objects where not specified.
Brion Vibber
2010-01-16
Cleanup for memcached host/port split -- apparently we use ';' on purpose, re...
Brion Vibber
2010-01-14
Clean up host/port separation in memcached plugin -- use : not ; as separator...
Brion Vibber
2010-01-13
queue daemon fixes: path fix for xmpp, suppress warning in memcached init
Brion Vibber
2010-01-12
Major refactoring of queue handlers to support running multiple sites in one ...
Brion Vibber
2010-01-08
persistent connection flag, default false on cli
Evan Prodromou
2010-01-07
add version information to MemcachePlugin
Evan Prodromou
2010-01-04
make compression threshold and min savings config attrs for MemcachePlugin
Evan Prodromou
2010-01-04
Enable memcache automatic compression, starting at 20k and only if compressio...
Craig Andrews
2010-01-02
First version of Memcache plugin
Evan Prodromou