-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Lock] Added Symfony/Component/Lock/Store/MongoDbStore #27346
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
157fcd7
#27345 Added Symfony/Component/Lock/Store/MongoDbStore
e73f663
#27345 Fixed typo
3838412
#27345 fixed coding standards
1a660e6
#27345 Removed dev requirement for mongodb/mongodb
d65fddf
#27345 Removed unnessasary reduceLifetime
f3cc220
#27345 Improved documentation, exception handling, removed configurab…
ec8d217
#27345 fixed typo and @param indentation
a1a3be7
#27345 fixed @param indentation
1b150ba
#27345 moved clock discrepancy handling to a constructor option 'drift'
73bb802
#27345 fixed phpdoc spacing
5e86904
#27345 removed drift option in favour or recommending setting TTL higher
8572c21
#27345 Added public createTTLIndex method
dbdad36
#27345 Fixed coding standards
84c4d15
#27345 Fixed coding standards
d577191
#27345 Fixed coding standards
2ce68f5
#27345 Fixed coding standards
5446b11
#27345 Improved documentation
a9b85d6
#27345 Fixed spacing for fabbot
6fdc602
#27345 reordered documentation in order of importance
9d80a0d
#27345 Fixed spacing for fabbot
1ac702a
#27345 Fixed spacing for fabbot
4ba5b41
#27345 Updated return type and exception handling on createTTLIndex
58ef873
#27345 Updated exception handling on createTTLIndex
36c3af4
#27345 Fixed spacing for fabbot
168f194
#27345 Removed initialTtl from array and fixed unit test
abc72f8
#27345 phpdoc adjusted for fabbot
e062bf2
#27345 phpdoc adjusted for fabbot
f2e23b4
#27345 trigger ci retry
97e5711
#27345 trigger ci retry
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
#27345 phpdoc adjusted for fabbot
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is there a way to pass a dns for lazy connection? See PdoTrait from cache components?
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.
A
MongoDB\Client
instance is already lazy. I can turn off my database and still:only if I add something like:
does it throw an exception.