Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Closed as not planned
Description
Description
The main issue when using "RedisTagAwareAdapter" is the never "expiring" entries (SET) used for the tags.
When an item (STRING) expires, it's not removed from any of its associated tags "SET", therefore the cache tends to grow and grow, and over time it will reach a point where it will have to be flushed.
Would it be possible to implement "PruneableInterface" on "RedisTagAwareAdapter" to remove entries from tags "SET" when the cache item doesn't exist anymore and then possibly remove the whole "SET" if it's empty?
Example
No response