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

Provide an option to store in a database without redis #143

Open
jmarsh24 opened this issue Oct 16, 2024 · 1 comment
Open

Provide an option to store in a database without redis #143

jmarsh24 opened this issue Oct 16, 2024 · 1 comment

Comments

@jmarsh24
Copy link

With the upcoming release of rails, everything redis based has been dropped in favor of using the database. It would be great to be able to provide an option here where the user can use this gem without having to integrate redis into the stack.

@tuwukee
Copy link
Owner

tuwukee commented Oct 17, 2024

Hi @jmarsh24

It is possible to add a new store adapter to support a database by choice (sqlite, mysql, pg, .etc).
It can be done as a local implementation in your project or you could contribute to this gem and submit a PR, I'd be glad to review it.

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

2 participants