Redis学习笔记1--入门篇

1、Redis简介: Redis(http://redis.io)是一款开源的、高性能的键-值存储(key-value store),它是用ANSI C来编写。Redis的项目名是Remote Dictionary Server的缩写,但它常被称做是一款数据结构服务器(data structureserver)。Redis的键值能够包括字符串(strings)、哈希(hashes)、列表(list
相关文章
相关标签/搜索