Skip to content
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

readding socket.io mongodb adapter #9955

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

oplik0
Copy link
Contributor

@oplik0 oplik0 commented Oct 31, 2021

Adds the now official mongodb adapter for socket.io, and some basic code for handling clustering with just mongodb.

Redis is still probably preferred, but sometimes running it might require additional costs (@Antosik you probably made your setup work already, but if you're still interested in running without Redis it should be possible now), and it seems people are interested in possibility of running without it.

Additionally, due to this and #9916 I added current version MongoDB Replica Set tests, but I later realized that there are no tests for clustering (so I was just testing it manually). I can remove them or let them stay for the transactions and also just as a way of ensuring things work with rs setups and on current mongo versions.
Their weird name is due to not wanting to modify existing tests that check for the database matrix starting with mongo - so mongo-rs was out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants