Skip to content

Instantly share code, notes, and snippets.

@peterzawistowicz
Created September 24, 2015 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterzawistowicz/10b33207a995b89fff29 to your computer and use it in GitHub Desktop.
Save peterzawistowicz/10b33207a995b89fff29 to your computer and use it in GitHub Desktop.
# REPLICA SET (discovers other nodes)
my $client = MongoDB->connect(
"mongodb://h1.example.com/?replicaSet=myset"
);
# DIRECT CONNECTION
my $direct = MongoDB->connect(
"mongodb://h1.example.com/"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment