Skip to content

Latest commit

 

History

History
6 lines (2 loc) · 217 Bytes

File metadata and controls

6 lines (2 loc) · 217 Bytes

hash(哈希)

几乎所有的编程语言都提供了哈希(hash)类型,它们的叫法可能是哈希、字典、关联数组。在Redis中,哈希类型是指键值本身又是一个键值对结构。