NGINX srcache: Transparent Memcached and Redis Caching Layer
by Danila Vershinin, January 30, 2026
Learn how to implement transparent caching in NGINX using the srcache module with memcached or Redis backends. This comprehensive guide covers installation, configuration, cache key strategies, and production-ready examples for Rocky Linux, AlmaLinux, and RHEL systems.
Read More...Memcached
by Danila Vershinin, October 2, 2014
Caching is the most essential piece of the performance puzzle. What is the fastest cache storage? Of course, it’s RAM. Why not use the RAM of all available servers and put it up as single distributed cache storage for your busy internet application. Meet Memcached – it’s there, it’s free and it will do the task.
Read More...Nginx PageSpeed configuration
by Danila Vershinin, September 11, 2014
Learn how to configure Google PageSpeed module in Nginx server block. Provides sample configuration to store PageSpeed cache in a Memcached server. Storing PageSpeed cache in Memcached provides additional performance improvement.
Read More...