摘要: Redis 基础数据结构 Redis 有 5 种基础数据结构,分别为:string (字符串)、list (列表)、set (集合)、hash (哈希) 和 zset (有序集合)。 string (字符串) 字符串 string 是 Redis 最简单的数据结构。Redis 所有的数据结构都是以唯 阅读全文
posted @ 2018-12-06 13:13 (!物喜)&(!己悲) 阅读(961) 评论(0) 推荐(0) 编辑