Labels: backend, reliability
Priority: Medium
Description
services/api/src/cache/mod.rs implements tag-based cache invalidation. If tags accumulate without TTL or size limits, the Redis memory usage can grow unboundedly, especially for high-cardinality tag sets.
Acceptance Criteria
Labels:
backend,reliabilityPriority: Medium
Description
services/api/src/cache/mod.rsimplements tag-based cache invalidation. If tags accumulate without TTL or size limits, the Redis memory usage can grow unboundedly, especially for high-cardinality tag sets.Acceptance Criteria