Skip to content

Graduate FIFO and Redis cache from experimental#7314

Merged
friedrichg merged 2 commits into
masterfrom
graduate-fifo-redis-cache
Mar 4, 2026
Merged

Graduate FIFO and Redis cache from experimental#7314
friedrichg merged 2 commits into
masterfrom
graduate-fifo-redis-cache

Conversation

@friedrichg
Copy link
Copy Markdown
Member

@friedrichg friedrichg commented Mar 3, 2026

Summary

  • Remove WarnExperimentalUse("In-memory (FIFO) cache") call and unused util_log import from fifo_cache.go
  • Remove WarnExperimentalUse("Redis cache") call from redis_cache.go
  • Remove "In-memory (FIFO) and Redis cache" from experimental features list in v1-guarantees.md

Test plan

  • Verify cache packages compile without errors
  • Verify v1-guarantees.md renders correctly

@dosubot dosubot Bot added storage/chunks Chunks storage engine type/chore Something that needs to be done; not a bug or a feature labels Mar 3, 2026
Remove experimental markers for in-memory (FIFO) and Redis caches:
- Remove WarnExperimentalUse("In-memory (FIFO) cache") call and unused import
- Remove WarnExperimentalUse("Redis cache") call
- Remove from experimental features list in v1-guarantees.md

Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
@friedrichg friedrichg force-pushed the graduate-fifo-redis-cache branch from 8cf5063 to a354205 Compare March 3, 2026 01:09
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Mar 3, 2026
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
@friedrichg friedrichg merged commit 23e33cf into master Mar 4, 2026
62 of 64 checks passed
@friedrichg friedrichg deleted the graduate-fifo-redis-cache branch March 4, 2026 08:29
Shvejan pushed a commit to Shvejan/cortex that referenced this pull request Mar 25, 2026
Remove experimental markers for in-memory (FIFO) and Redis caches:
- Remove WarnExperimentalUse("In-memory (FIFO) cache") call and unused import
- Remove WarnExperimentalUse("Redis cache") call
- Remove from experimental features list in v1-guarantees.md

Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size/XS storage/chunks Chunks storage engine type/chore Something that needs to be done; not a bug or a feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants