Introduction
Memcached Overview
Memcached is a high-performance distributed memory-caching server, developed by Brad Fitzpatric from Danga Interactive, a subsidiary of LiveJournal. It is used to cache database query results and reduce database access times to improve the speed and scalability of dynamic web applications.
For more information, visit the Memcached official website.
Development language: C
Brief description: distributed memory-caching server
Parent topic: Memcached Porting Guide