Memcached is a high-performance distributed memory object caching system for dynamic web applications to reduce database load. It improves the speed of dynamic, database-driven websites by caching data and objects in memory to reduce the number of database reads.
By studying "Han Shunping Memcached Video Tutorial" you will learn the basic usage of Memcached, the advantages of Memcached, and how to use Memcached at work to increase the speed of the website and reduce the number of database accesses.