Redis hash 是一个string 类型的field(字段) 和value(值) 的映射表,hash 特别适合用于存储对象。 Redis 中每个hash 可以存储2 32 - 1 键值对(40多亿)。
確定! 回上一頁