2018年5月7日
摘要: 成功配置redis之后,便来学习使用redis。首先了解下redis的数据类型。 Redis的数据类型 Redis支持五种数据类型:string(字符串),hash(哈希),list(列表),set(集合)及zset(sorted set:有序集合)。 String string是redis最基本的 阅读全文
posted @ 2018-05-07 21:38 duende99 阅读(1311) 评论(0) 推荐(0) 编辑