H__D  

2021年5月12日

摘要: 一、Redis 基础数据类型 Redis 有 5 种基础数据类型,分别为:string (字符串)、list (列表)、set (集合)、hash (哈希) 和 zset (有序集合)。 1、string (字符串) 字符串 string 是 Redis 最简单的数据结构。Redis 所有的数据结构 阅读全文
posted @ 2021-05-12 21:36 H__D 阅读(116) 评论(0) 推荐(0) 编辑