Redis 简明教程

Discuss Redis

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.