二. Redis 知識梳理 [ 五 種基礎數據結構 ]

         Redis 有 5 種基礎數據結構,分別爲:string (字符串)、list (列表)、set (集 合)、hash (哈希) 和 zset (有序集合)。 1. 字符串 字符串 string 是 Redis 最簡單的數據結構。它的內部表示就是一個字符串數組. Redis 所有的數據結構都是以唯一 的 key 字符串作爲名稱,然後通過這個唯一 key 值來獲取相應的 value
相關文章
相關標籤/搜索