mod_memcached 0.2 (Default branch) |
|
|
mod_memcached is an Apache module that provides
GET, PUT, and DELETE services to Memcached
clusters. Using this you can serve content
directly from memcached through Apache to clients.
License: BSD License (revised)
Changes:
MemcachedExpiration was added for setting default expiry times on objects pushed into memcached. MemcachedSizeLimit was added to limit the size of objects that can be pushed into memcached. A bug with not being able to store data via HTTP PUT was fixed. Support for Apache filters was added.
|