Skip to content

Stop caching tag_names with cache_method_as_redis_set

Context

Remove tag_names caching via RepositoryCacheAdapter (Redis Set with strong memoization). Alternative performance optimizations are being handled separately.

Implementation plan

  • Create feature flag for controlled removal
  • Bypass RepositoryCacheAdapter caching for tag_names when FF is enabled
  • Ensure clean fallback to direct retrieval

References

Edited by 🤖 GitLab Bot 🤖