You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using tags to manage and evict keys based on their tags. However, I noticed that cache.incr does not accept a tag parameter, resulting in all keys created by cache.incr having a None tag.
I am using tags to manage and evict keys based on their tags. However, I noticed that
cache.incr
does not accept a tag parameter, resulting in all keys created bycache.incr
having aNone
tag.Current workaround:
Proposed enhancement: It would be more straightforward and efficient if cache.incr could accept a tag parameter, allowing:
This enhancement would simplify the code and ensure consistency in tagging keys.
The text was updated successfully, but these errors were encountered: