Created
February 7, 2014 23:39
-
-
Save nelhage/8874225 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
module Golem::Mongo | |
# Golem::Mongo::ReplSet is an abstraction around a mongo replica set | |
# that provides methods for performing administrative functions. It | |
# implements equivalents to a number of the rs.* helpers in the | |
# mongo shell, as well as higher-level functions for operations such | |
# as managing failovers | |
class ReplSet | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment