Home > Q&A > body text
Redis如何模拟二维数组,只能用 list 吗?
天蓬老师2017-04-21 11:20:25
You can use a hash structure, with the key as the first dimension and the field in the hash as the second dimension (but the main thing is to be careful not to make the number of fields too large)