easy_cache icon indicating copy to clipboard operation
easy_cache copied to clipboard

Error on Redis when a tag is added on ecache decorator on existing function

Open yga-eff opened this issue 3 months ago • 0 comments

We have an error on Redis when we add a new tags on an existing function decorated by ecache. On Redis, the cache seems not invalidated and this produce an error on function execution. The expected behavior: If a tag is added on the fly, invalidate the cache of the decorated function.

yga-eff avatar Sep 30 '25 15:09 yga-eff