摘要: Redis的五大数据类型有: 字符串 string 哈希 hash 列表 list 集合 set 有序集合 sortedset 字符串的基本操作是 存 set key value 取 get name 删除 del key 哈希类型 hash 存 hset key field value 取:hge 阅读全文
posted @ 2020-11-04 07:58 这是春天吧 阅读(85) 评论(0) 推荐(0)