Hi all,<div><br></div><div>I'm glad to annouce the V0.2 of the Enhanced Memcached Nginx module. </div><div><br></div><div>Based on the standard Memcached Nginx module, this module offers following extras features :</div>
<div>* Send custom http headers, like `Content-Type`, `Last-Modified`. Http headers are stored in memcached, with your body data.</div><div>* Hash keys to use large keys (> 250 chars, memcached limit)</div><div>* Store data into memcached, via HTTP request to nginx</div>
<div>* Delete data from memcached, via HTTP request to nginx</div><div>* Flush memcached, via HTTP request to nginx</div><div>* Get memcached'stats, via HTTP request to nginx</div><div>* Manage key namespaces, for partial memcached flush</div>
<div>* Reply `304 Not Modified` for request with `If-Modified-Since` headers and content with `Last-Modified` in cache</div><div><br></div><div>Code and documentation is available here : </div><div><a href="https://github.com/bpaquet/ngx_http_enhanced_memcached_module">https://github.com/bpaquet/ngx_http_enhanced_memcached_module</a></div>
<div><br></div><div>Regards</div><div><br></div><div>Bertrand</div><div><br></div>