You're viewing old version number 8. - Current version
Nginx and Memcached - September 2014
On Oct 2, 2014, I installed Memcached.
apt-get install memcached
/etc/memcached.conf
listens on port 11211
http://wiki.nginx.org/HttpMemcachedModule
http://nginx.org/en/docs/http/ngx_http_memcached_module.html
https://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/
http://blog.octo.com/en/http-caching-with-nginx-and-memcached/
http://stackoverflow.com/questions/5150995/how-to-configure-nginx-with-memcached-to-serve-html
https://wildlyinaccurate.com/blazing-fast-wordpress-with-nginx-and-memcached
enhanced module:
https://github.com/bpaquet/ngx_http_enhanced_memcached_module
Perl Clients
Pure Perl:
Cache::Memcached
http://search.cpan.org/~dormando/Cache-Memcached-1.30/lib/Cache/Memcached.pm
Perl client written in C:
Cache::Memcached::Fast
http://search.cpan.org/~kroki/Cache-Memcached-Fast-0.22/lib/Cache/Memcached/Fast.pm
#nginx - #memcached - #cache - #scalability
From JR's : articles
45 words - 940 chars
created on
updated on
- #
source
- versions
Related articles
Nginx and Memcached - September 2014 - Dec 01, 2014