-
Notifications
You must be signed in to change notification settings - Fork 29
DOCSP-45812 Connection Options #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
76b8d5e
9e1a086
daf2f8d
e064ebb
98a6a91
41c6ce0
138be9e
c6cbcf2
01c04a9
583a549
c2c89e7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,296 @@ | ||||||||||||||
| .. _ruby-connection-options: | ||||||||||||||
|
|
||||||||||||||
| ========================== | ||||||||||||||
| Specify Connection Options | ||||||||||||||
| ========================== | ||||||||||||||
|
|
||||||||||||||
| .. contents:: On this page | ||||||||||||||
| :local: | ||||||||||||||
| :backlinks: none | ||||||||||||||
| :depth: 1 | ||||||||||||||
| :class: singlecol | ||||||||||||||
|
|
||||||||||||||
| .. facet:: | ||||||||||||||
| :name: genre | ||||||||||||||
| :values: reference | ||||||||||||||
|
|
||||||||||||||
| .. meta:: | ||||||||||||||
| :keywords: connection string, URI, server, Atlas, settings, configure | ||||||||||||||
|
|
||||||||||||||
| Overview | ||||||||||||||
| -------- | ||||||||||||||
|
|
||||||||||||||
| This section describes the MongoDB connection and authentication options | ||||||||||||||
| available in {+driver-short+}. You can configure your connection using either | ||||||||||||||
| the connection URI or arguments to the ``Mongo::Client`` constructor. | ||||||||||||||
|
||||||||||||||
| This section describes the MongoDB connection and authentication options | |
| available in {+driver-short+}. You can configure your connection using either | |
| the connection URI or arguments to the ``Mongo::Client`` constructor. | |
| This section describes the MongoDB connection and authentication options | |
| available in {+driver-short+}. You can configure your connection using either | |
| the :manual:`connection URI (or connection string) </connection-string/>` or by passing arguments to the ``Mongo::Client`` constructor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good callout! I wish we didn't use them interchangeably and standardized on one term. We frequently switch between these different terms on different pages without always saying they are the same. A description like this should suffice for now.
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that we want to document socket_timeout, as it's been deprecated. As of the implementation of RUBY-2523 (Client-Side Operations Timeout, or "CSOT"), many timeout options (like socket_timeout and wait_queue_timeout) are now deprecated and replaced with the single timeout_ms option.
The deprecated options are still supported; we just recommend moving to the timeout_ms option.
Uh oh!
There was an error while loading. Please reload this page.