How to store an array of objects in redis with node redis

前端 未结 0 1249
离开以前
离开以前 2021-01-12 06:59

I want to store an array of objects as shown in redis:

const obj_arr = [
{
id: 20,
name: \'bob\'
},
{
id: 31,
name: \'g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题