bitly / asyncmongo

An asynchronous library for accessing mongo with tornado.ioloop
http://github.com/bitly/asyncmongo
Apache License 2.0
610 stars 106 forks source link

Replica Sets Connection Support #8

Open lynxluna opened 13 years ago

lynxluna commented 13 years ago

Looks like curront asyncmongo doesn't support replica set connection like what PyMongo done In their documentation here. They will autoselect the master based on the host lists.

jehiah commented 13 years ago

Hi. as you mentioned, asyncmongo does not currently support replica sets, but it would be a great feature to add. If you are able, please fork the project on github and take a shot at implementing it.

lynxluna commented 13 years ago

Okay, will do.