search

Home  >  Q&A  >  body text

多维数组 - Redis如何模拟二维数组?

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

阿神阿神2799 days ago778

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师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)

    reply
    0
  • Cancelreply