Skip to content

Instantly share code, notes, and snippets.

@asya999
Created January 16, 2014 00:38
Show Gist options
  • Save asya999/8447686 to your computer and use it in GitHub Desktop.
Save asya999/8447686 to your computer and use it in GitHub Desktop.
ReplicaSet
test@test:PRIMARY(2.4.8) > rs.conf()
{
"_id" : "test",
"version" : 5,
"members" : [
{
"_id" : 0,
"host" : "asyasmacbook.local:40001"
},
{
"_id" : 1,
"host" : "asyasmacbook.local:40002",
"votes" : 0,
"priority" : 0,
"hidden" : true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment