0

How to store following json object in redis database.

{"First":
[
 { "id": "5001", "type": "abc" },
 { "id": "5002", "type": "cde" },
 { "id": "5005", "type": "xyz" }
]
}
user2870117
  • 113
  • 9
  • 1
    What had you tried and what is the problem? – jlvaquero Feb 17 '16 at 10:38
  • 2
    You could look at [this](http://stackoverflow.com/questions/16375188/redis-strings-vs-redis-hashes-to-represent-json-efficiency) discussion about cons and pros of different json storing methods in redis. – Konrad 'Zegis' Feb 17 '16 at 10:40

0 Answers0