Redis系列第三篇之Hash | 星星点灯
Opened this issue · 1 comments
pyihe commented
https://pyihe.github.io/2022/06/13/Redis%E7%B3%BB%E5%88%97%E7%AC%AC%E4%B8%89%E7%AF%87%E4%B9%8BHash/
前言Redis的Hash是字符串类型的字段和字符串类型的值之间的映射,所以Hash是用于表示对象的完美数据类型(比如表示拥有名字、姓、年龄等的用户):
pyihe commented
Just for test!