How to set html files into memcache

agentzh agentzh at gmail.com
Sun Jun 17 07:03:34 UTC 2012


Hello!

On Sun, Jun 17, 2012 at 6:11 AM, amodpandey <nginx-forum at nginx.us> wrote:
> Using HttpMemcachedModule I could easily integrate memcache with nginx.
>
> I wanted to know how do I set the missing htmls into memcache. Like
> this
>

Take a look at my ngx_srcache and ngx_memc modules:

    http://wiki.nginx.org/HttpSRCacheModule
    http://wiki.nginx.org/HttpMemcModule

The former provides a generic and transparent response cache layer
based on the Nginx subrequests while the latter provides a memcached
client that implements most of the memcached TCP ASCII protocol and
these two can work together.

Best regards,
-agentzh



More information about the nginx mailing list