Monday, 15 May 2017

node.js module for reading redis key as stream

I have problem in reading keys in Redis on Node.js and them save data to mongodb. Because the number of keys is huge ( 1.3 million), this causes JavaScript heap out of memory.

Could anyone suggest me some Node.js module to read Redis keys as stream or some other solution to this problem, so I could avoid this issue.

Thank you very much !



via Hoang Doanh

No comments:

Post a Comment