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'm trying to figure out how to delete cache like cache.del('GET-/path/abc-*'). It seems I cannot delete a key that starts with a certain pattern. Is there anyone that had the same experience?
The text was updated successfully, but these errors were encountered:
I'm trying to figure out how to delete cache like
cache.del('GET-/path/abc-*')
. It seems I cannot delete a key that starts with a certain pattern. Is there anyone that had the same experience?The text was updated successfully, but these errors were encountered: