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

Switch from sqlite to redis #3

Open
renderorange opened this issue Mar 31, 2022 · 1 comment
Open

Switch from sqlite to redis #3

renderorange opened this issue Mar 31, 2022 · 1 comment

Comments

@renderorange
Copy link
Owner

renderorange commented Mar 31, 2022

sqlite in this project is basically functioning as a key value store, which is what redis is by design. redis also supports setting expire time, which means removing the dep of a cronjob running to clear out the expired secrets.

@renderorange
Copy link
Owner Author

Redis supports storing data to disk on shutdown, which would solve the issue of data persistence for server patching and reboots.

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

No branches or pull requests

1 participant