Commit 26c9333d by Gustav Arngården

Update README.md

parent fa66ff5b
...@@ -15,3 +15,5 @@ safe_conn = mongodb_proxy.MongoProxy(pymongo.MongoReplicaSetClient(replicaSet='b ...@@ -15,3 +15,5 @@ safe_conn = mongodb_proxy.MongoProxy(pymongo.MongoReplicaSetClient(replicaSet='b
safe_conn.blogs.posts.insert(post) safe_conn.blogs.posts.insert(post)
**See here for more details:**
http://www.arngarden.com/2013/04/29/handling-mongodb-autoreconnect-exceptions-in-python-using-a-proxy/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment