[Cache] Tags lifetime #45507
Unanswered
a-menshchikov
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can configure limits for Redis:
if you use Redis for cache only. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a question about usage of tags in the Cache component (I'm using Redis as a storage).
I see that when I add a tag to the cache item, a new tag record (hash set in Redis) with this item identifier is created (or it's added into an existing record/hash set). But when this cache item expires, the tag record (hash set element) still exists and holds a non-existent cache item id.
Question: is there any way to clear expired cache items ids from tags (without the whole tag hash set eviction)?
Beta Was this translation helpful? Give feedback.
All reactions