You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated `monogd` wrapper to start with replica set (if configured.)
Updated connection string to include replica set (if configured.)
Also updated typing for many functions.
Assuming this works as expected, should resolvekaizendorks#80
infinityredux
added a commit
to infinityredux/pymongo_inmemory
that referenced
this issue
Jan 4, 2025
Updated `monogd` wrapper to start with replica set (if configured.)
Updated connection string to include replica set (if configured.)
Also updated typing for many functions.
Assuming this works as expected, should resolvekaizendorks#80
Hello,
Is it possible to add support for single node replica set to test transactions?
Potential solution could be based of the following:
https://www.mongodb.com/docs/v5.0/tutorial/convert-standalone-to-replica-set/
The text was updated successfully, but these errors were encountered: