redis五種常見的數據結構

文章目錄 概述 1、對象的類型和編碼 2、五種數據結構 五種數據結構的底層實現結構 一、字符串(String) 1)int 編碼 2)embstr 編碼 3)raw 編碼 二、列表(List) 1)ziplist 編碼 2)linkedlist 編碼 三、哈希(Hash) 1)ziplist 編碼 2)hashtable 編碼 四、集合(Set) 1)intset 編碼 2)hashtable 編
相關文章
相關標籤/搜索