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 have a number of keys organized by tags and would like to get a list of keys with a certain tag. However, I cannot find a straightforward way to do this.
I have a number of keys organized by tags and would like to get a list of keys with a certain tag. However, I cannot find a straightforward way to do this.
Current workaround:
This approach is awkward and inefficient. It is of course possible to do
but I would prefer not messing with the internal of
diskcache
Proposed enhancement: It would be beneficial to add a tag parameter to the
iterkeys
method to allow:This enhancement would simplify the code and improve efficiency when working with tagged keys.
The text was updated successfully, but these errors were encountered: