I was wondering if someone is using Redis before MongoDB for a more reliable consistent level of persistence.
I understand that Redis has a virtual machine and is constantly adding new features ... but you need the flexibility of MongoDB to scale horizontally.
example: I want to use redis for session / pub / sub with nodejs and websocket in a browser, but also store data in a scalable way in a searchable archive stored in MongoDB
source share