Intro Redis String Max Size

Intro Redis String Max Size

這篇介紹Redis String Max Size.

Intro

1
2
3
4
5
6
7
8
9
在使用Redis的資料結構當cache時,第一個想到的問題是
巨量資料可不可以塞進去Redis RMap的value。

查看Redis官方文件:
A String value can be at max 512 Megabytes in length.

Redis RMap's Key and Value can be at max 512 Megabytes in length.

Every hash can store up to 2^32 - 1 field-value pairs (more than 4 billion).