我要评分
获取效率
正确性
完整性
易理解

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