Redis--各個資料型別最大儲存量

Liuboxx1發表於2018-11-07

轉載自:https://blog.csdn.net/sinat_27143551/article/details/80701089

型別 最大儲存資料量
string 512M
list 2^32 - 1
set 2^32 - 1
sorted set 2^32 -1
hash 2^32 - 1

相關文章