Last active
March 17, 2016 12:29
-
-
Save htimur/a87dce28668a82000fcf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| client.getDatabase("local") | |
| .getCollection("oplog.rs") | |
| .find(and( | |
| in(MongoConstants.OPLOG_OPERATION, "i", "d", "u"), | |
| exists("fromMigrate", false))) | |
| .cursorType(CursorType.TailableAwait) | |
| .noCursorTimeout(true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment