Skip to main content

Redis数据结构优化

1亿条数据用string存储 9727M

KeyValue
Test_1008_dba_112345
Test_1008_dba_223456
Test_1008_sre_134567
Test_1008_sre_245678

1亿条string改为hash存储 1495M

KeyFieldValue
Test_1008_dba112345
Test_1008_dba223456
Test_1008_sre134567
Test_1008_sre245678