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
Specified as comma-separated key:value pairs, e.g. ``"SERVICE_REALM:foo,CANONICALIZE_HOSTNAME:TRUE"``
110
+
109
111
* - authSource=String
110
112
- ``:auth_source => String``
111
113
112
114
* - compressors=Strings
113
115
- ``:compressors => Array<String>``
116
+
Specified as a comma-separated list, e.g. "zlib,snappy"
114
117
115
118
* - connect=String
116
119
- ``:connect => Symbol``
@@ -146,7 +149,9 @@ URI Options Conversions
146
149
- ``{ :read => { :mode => Symbol }}``
147
150
148
151
* - readPreferenceTags=Strings
149
-
- ``{ :read => { :tag_sets => Array<String> }}``
152
+
- ``{ :read => { :tag_sets => Array<Hash> }}``
153
+
154
+
Each instance of the readPreferenceTags field is a comma-separated key:value pair which will appear in the :tag_sets array in the order they are specified. For instance, ``"readPreferenceTags=dc:ny,rack:1&readPreferenceTags=dc:ny"`` will be converted to ``[ { 'dc' => 'ny', 'rack' => '1' }, { 'dc' => 'ny' }]``.
150
155
151
156
* - replicaSet=String
152
157
- ``:replica_set => String``
@@ -163,7 +168,7 @@ URI Options Conversions
163
168
* - tlsAllowInvalidCertificates=Boolean
164
169
- ``:ssl_verify => boolean``
165
170
166
-
NOTE: Because ``tlsAllowInvalidCertificates`` uses ``true`` to sigify that verification
171
+
Because ``tlsAllowInvalidCertificates`` uses ``true`` to signify that verification
167
172
should be disabled and ``ssl_verify`` uses ``false`` to signify that verification should be
168
173
disabled, the boolean is inverted before being used to set ``ssl_verify``
169
174
@@ -182,7 +187,7 @@ URI Options Conversions
182
187
* - tlsInsecure=Boolean
183
188
- ``:ssl_verify => boolean``
184
189
185
-
NOTE: Because tlsInsecure uses ``true`` to sigify that verification should be disabled and
190
+
Because tlsInsecure uses ``true`` to signify that verification should be disabled and
186
191
``ssl_verify`` uses ``false`` to signify that verification should be disabled, the boolean
187
192
is inverted before being used to set ``ssl_verify``
0 commit comments