Skip to content

Instantly share code, notes, and snippets.

@nelhage
Created February 7, 2014 23:39
Show Gist options
  • Save nelhage/8874225 to your computer and use it in GitHub Desktop.
Save nelhage/8874225 to your computer and use it in GitHub Desktop.
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