Should I make a logic to transfer data using node MongoDB, Redis API? or Is there any simple module for that?
Hi Jack,
It’s been a while since you posted this question, have you found a solution yet ?
The decision is depending on your use case and up to you either to write a connector using MongoDB Node driver or using an already written module. Although currently there are no officially supported MongoDB Connector from Redis to MongoDB, there may be third party npm js modules available out there.
Depending on your use case, you may also find these two presentations useful:
Regards,
Wan.