issues
search
Alice52
/
database
ddf13ad8d4be76a80a336418b5cf5727bf6e3059
gitee.com
MIT License
0
stars
0
forks
source link
[redis] hash
#65
Closed
Alice52
closed
3 years ago
Alice52
commented
3 years ago
Hash
优点:
Hash 在redis存储时是不会做序列化和反序列化的
使用场景:
大对象只有个别属性需要修改
列表类型的配置文件: 业务上不存在大并发不要考虑缓存一致性问题
Hash
Hash 在redis存储时是不会做序列化和反序列化的