Redis – Saving multiple documents per seconds on MongoDB returns timeout
I am trying to map through an array [of nearly 1200 objects] with the Javascript's .map() method to individually save each object to a Mongodb database (enriched with extra data). The first 270 or so would get saved without problems…