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

Fallback to in-memory when Redis is not available #11

Open
cristipufu opened this issue Nov 14, 2022 · 2 comments
Open

Fallback to in-memory when Redis is not available #11

cristipufu opened this issue Nov 14, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@cristipufu
Copy link
Owner

No description provided.

@cristipufu cristipufu added the enhancement New feature or request label Nov 14, 2022
@cristipufu cristipufu changed the title Fallback to in-memory is Redis is not available Fallback to in-memory when Redis is not available Nov 15, 2022
@sopelt
Copy link

sopelt commented Feb 14, 2023

It might also be interesting to look at a more abstract solution like allowing IDistributedCache as a backing store to be even more flexible.

@cristipufu
Copy link
Owner Author

you need an atomic operation for (get,set) so I don't think that would work

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

No branches or pull requests

3 participants
@sopelt @cristipufu and others