Suppose there is an application with10Tables, each table has tens of millions of records, and the number of fields is about20indivual.Currently usingRedisto cache this10The data of a table, the design of its data structure, which of the following is the best design?
A. usehashstructure, and a table uses ahash key, a row in the table records forhash keyone offield
B. usehashstructure, each row record of each table uses onehash key,hash keyoffieldThe fields of the corresponding table records,and designKEYEach table adds a different prefix to distinguish it
C. usestringstructure, each field of each row record of each table uses oneKEY
D. usestringstructure, each row record of each table uses oneKEY,valueAll fields recorded for a row in a table? ?back value of