Anyone know if Minimongo could be used in a plugin to enable redis-style caching to a full mongodb instance? The redis (live) to mongodb (persist) route looks daunting...
Thank you @markkus and @jarey for your replies. I did what you suggested about re-installation and the problem persisted. I then discovered something...
...the installation manual may be outdated. The file in question on Step 7 is mongod.conf instead of mongodb.conf.
Step 7 Corrected.png
step7.png
Can @psychobunny or whoever in charge of the Doc double check this and make the proper correction?
I use a replicaset. Here's a patch to use as well.
config.json:
{
"url": "http://localhost:4567",
"secret": "fae93eb7-f17b-429d-a614-4783d8466517",
"database": "mongo",
"mongo": {
"host": "127.0.0.1,127.0.0.1,127.0.0.1",
"port": "27017,27018,27019",
"username": "",
"password": "",
"database": "nodebb"
}
}