Guest User

Untitled

a guest
Dec 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. db.adminCommand( { replSetGetStatus : 1 } )
  2.  
  3. {
  4. ...
  5. "date" : ISODate("2018-12-17T10:39:00.247Z"),
  6. "myState" : 1,
  7. ...
  8. }
  9.  
  10. {
  11. ...
  12. "date" : ISODate("2018-12-17T10:39:00.247Z"),
  13. "myState" : 2,
  14. ...
  15. }
Add Comment
Please, Sign In to add comment