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

Implement cache tagging #8

Open
ejsmith opened this issue Jul 20, 2015 · 3 comments
Open

Implement cache tagging #8

ejsmith opened this issue Jul 20, 2015 · 3 comments
Milestone

Comments

@ejsmith
Copy link
Contributor

ejsmith commented Jul 20, 2015

Adding a cache tagging feature would allow us to invalidate keys when we otherwise wouldn't be able to.

http://stackify.com/implementing-cache-tagging-redis/

@niemyjski
Copy link
Member

+1 This would also help fix issues listed here: exceptionless/Exceptionless#125

@niemyjski niemyjski added this to the v2.0 milestone Aug 25, 2015
@ejsmith
Copy link
Contributor Author

ejsmith commented Oct 4, 2015

This would also help with the fact that iterating keys in redis is highly discouraged and will be impossible in a cluster.

@niemyjski
Copy link
Member

@ejsmith We'll we already have remove by prefix and set support. Should we close this issue?

@niemyjski niemyjski added the Hacktoberfest Hacktoberfest label Oct 2, 2020
Seadoo2017 pushed a commit to Seadoo2017/Foundatio that referenced this issue Dec 14, 2023
…tioFx#8)

* Fix failure when using redis cluster.

* Add redis cluster detection strategy to auto switch DequeueIdAsync method implementations.

* Fix issues when using redis cluster.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants