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

Add support for mongodb backend storage #1321

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

Conversation

zocimek
Copy link

@zocimek zocimek commented Apr 8, 2022

The purpose is to have persistent database instead of redis / memcached as asked within #1125. Having TTL index on MongoDB collection allows removing them automatically like in redis / memcached so the functionality still remains the same.

More information can be found here https://www.mongodb.com/docs/manual/tutorial/expire-data/#expire-documents-at-a-specific-clock-time

@zocimek
Copy link
Author

zocimek commented Apr 14, 2022

@jhaals is there any change to review the change or I should just use my fork ?

@fireba11
Copy link

fireba11 commented Sep 2, 2022

that looks nice. maybe add a compose and k8s example?

@mariushosting
Copy link

Following

@zocimek
Copy link
Author

zocimek commented Jan 26, 2024

Added mongodb deployment examples and synced with origin master branch

@zocimek
Copy link
Author

zocimek commented Feb 27, 2024

@jhaals is it possible that this feature will be merged or I should no longer focus on keeping that PR up to date and instead just focus on my own fork? Please let me know since if that is not going to be merged we can simply close this PR

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.

3 participants