Michael Royf

Results 1 issues of Michael Royf

Hi All, I'm trying to pass a read preference tags in my URI: Using the following command: mongo_connection = connect(host=config.MONGO_CONNECTION_URI) With the following URI: 'mongodb://root:[email protected]:27017,2.2.2.2:27017,3.3.3.3:27017/api?replicaSet=s0&readPreference=secondary&readPreferenceTags=region:us-west-2,usage:api' But the result I get...