Closed itlodge closed 8 years ago
@itlodge Did you setup your Mongo with Replica Set as mentioned at the end of the README?
@cayasso , Yes, I set my Mongo with Replica Set, and I can see the oplog in a mongo shell.
Please try cloning the project and running the test suite.
On Wednesday, March 16, 2016, Yuanhang Zheng notifications@github.com wrote:
@cayasso https://github.com/cayasso , Yes, I set my Mongo with Replica Set, and I can see the oplog in a mongo shell.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/cayasso/mongo-oplog/issues/30#issuecomment-197665119
J.B.
@cayasso , if I run only one mongod instance with option "master", can this module work?
Now it works after I set it with Replica Set. Thanks for your help!
Hi, I try to use this module, and write some testing code below:
And I run this code, then do an update operation of collection "question". But nothing happen. Do I doing something wrong? Thanks.