多维数组 - Redis如何模拟二维数组?
阿神
阿神 2017-04-21 11:18:25
0
1
795

Redis如何模拟二维数组,只能用 list 吗?

阿神
阿神

闭关修行中......

reply all(1)
Peter_Zhu

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)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template