-
Notifications
You must be signed in to change notification settings - Fork 569
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
docs: deprecate redis-based caching #9441
Conversation
{{< admonition type="caution" >}} | ||
Starting with Mimir 2.14, Redis-based caching is deprecated. | ||
It will be removed in a future release. | ||
{{< /admonition >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update discussed with @56quarters, and it seems that we don't plan to touch anything in the code. Deprecating with only mentioning it in the release notes, and the docs, works for me. We can do that in 2.14 👍
2.14 is planned to be release in 1+ week, with the rc.0 today. I'm not sure, I would rush in marking everything about redis in the code in the release branch as deprecated to support this statement. Can we deprecate it in 2.15?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to deprecated it in 2.14 to give people as much time to migrate as possible.
Part of grafana/mimir-squad#2414 Related #9441 Signed-off-by: Nick Pillitteri <[email protected]>
Part of grafana/mimir-squad#2414 Related #9441 Signed-off-by: Nick Pillitteri <[email protected]>
Part of grafana/mimir-squad#2414 Related #9441 Signed-off-by: Nick Pillitteri <[email protected]>
* Mark Redis cache backend options as deprecated Part of grafana/mimir-squad#2414 Related #9441 Signed-off-by: Nick Pillitteri <[email protected]> * Update CHANGELOG.md --------- Signed-off-by: Nick Pillitteri <[email protected]>
* Mark Redis cache backend options as deprecated * Update CHANGELOG.md Part of grafana/mimir-squad#2414 Related #9441 Signed-off-by: Nick Pillitteri <[email protected]> --------- Signed-off-by: Nick Pillitteri <[email protected]> (cherry picked from commit d435e78) Signed-off-by: Vladimir Varankin <[email protected]>
* Mark Redis cache backend options as deprecated * Update CHANGELOG.md Part of grafana/mimir-squad#2414 Related #9441 Signed-off-by: Nick Pillitteri <[email protected]> --------- Signed-off-by: Nick Pillitteri <[email protected]> (cherry picked from commit d435e78) Signed-off-by: Vladimir Varankin <[email protected]>
* Mark Redis cache backend options as deprecated (#9453) * Mark Redis cache backend options as deprecated * Update CHANGELOG.md Part of grafana/mimir-squad#2414 Related #9441 Signed-off-by: Nick Pillitteri <[email protected]> --------- Signed-off-by: Nick Pillitteri <[email protected]> (cherry picked from commit d435e78) Signed-off-by: Vladimir Varankin <[email protected]> * update version Signed-off-by: Vladimir Varankin <[email protected]> * fixup! update version * update changelog Signed-off-by: Vladimir Varankin <[email protected]> --------- Signed-off-by: Nick Pillitteri <[email protected]> Signed-off-by: Vladimir Varankin <[email protected]> Co-authored-by: Nick Pillitteri <[email protected]>
What this PR does
This PR marks the experimental support for Redis-based caching as deprecated.
Which issue(s) this PR fixes or relates to
Fixes https://github.com/grafana/mimir-squad/issues/2414
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.