Redis 简明教程
Redis Tutorial
Redis 是一个开源的、BSD 许可的高级键值存储。它通常被称为数据结构服务器,因为键可以包含字符串、哈希、列表、集合和排序集合。Redis 用 C 语言编写。本教程提供了对 Redis 概念的良好理解,这些概念是创建和部署高度可扩展且面向性能的系统所必需的。
Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server, since the keys can contain strings, hashes, lists, sets and sorted sets. Redis is written in C. This tutorial provides good understanding on Redis concepts, needed to create and deploy a highly scalable and performance-oriented system.
Audience
本教程专为愿意通过简单易懂的步骤学习 Redis 的软件专家设计。完成本教程后,您将达到中级专业水平,然后您可以将自己提升到更高的专业水平。
This tutorial is designed for Software Professionals who are willing to learn Redis in simple and easy steps. After completing this tutorial, you will be at an intermediate level of expertise from where you can take yourself to a higher level of expertise.