文章分类 -  Redis

摘要:1 redis基础 1.1 redis 中的数据类型有哪些 Redis 有 5 种基础数据结构,分别为:string (字符串)、list (列表)、set (集合)、hash (哈希) 和 zset (有序集合)。 Redis 的列表相当于 Java 语言里面的 LinkedList,注意它是链表 阅读全文
posted @ 2021-08-24 22:10 RainsX 阅读(171) 评论(0) 推荐(0)