Redis 基礎數據結構

五種數據結構 string 字符串 list列表 set 集合 zset有序集合 hash哈希 string 所有的數據結構都是以唯一的key作爲名稱 差異在value不一樣 將信息JSON化 放入redis 進行緩存,取數據的時候再反序列化 最大長度512M 過期和set擴展 set key value expire key time list Redis 的列表相當於 Java 語言裏面的 L
相關文章
相關標籤/搜索