connect-mongostore
connect-mongostore copied to clipboard
Use replica set options
According to the docs:
http://mongodb.github.io/node-mongodb-native/api-generated/db.html http://mongodb.github.io/node-mongodb-native/api-generated/replset.html
The replica set options should be used as a parameter for ReplSet, not Db (which uses options, not replica set options). Also it looks like ReplSet is now being used instead of ReplSetServers:
https://github.com/mongodb/node-mongodb-native/pull/937