Memcached 简明教程

Memcached Tutorial

Memcached 是一个开源、高性能、分布式内存对象缓存系统。本教程对创建和部署高度可扩展且面向性能的系统所需的所有相关 Memcached 概念提供了基本了解。

Memcached is an open source, high-performance, distributed memory object caching system. This tutorial provides a basic understanding of all the relevant concepts of Memcached needed to create and deploy a highly scalable and performance-oriented system.

Audience

本教程专为希望通过简单易行的方式学习和应用 Memcached 概念的软件专业人员而设计。

This tutorial is designed for software professionals who wish to learn and apply the concepts of Memcached in simple and easy steps.

Prerequisites

在继续本教程之前,你需要了解数据结构的基础知识。

Before proceeding with this tutorial, you need to know the basics of data structures.