@yariplus Ah...I was doing it on version 0.9.4 which did not have mongodb dependency listed in package.json. Had to install manually. Thanks. 😄
How do you guys persist data
-
You only have redis as a DB... are you worried about scaling issues and/or server restarts? Are there plans on saving to a disk based store (i.e. MongoDB).
-
Hey @brizna,
Please take a look at Redis' topics on Persistence to read about how it persists data to disk between server shutdowns/restarts.