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 would like to delete/remove all keys that have a custom prefix (not necessarily same as namespace).
In a php version I would use slabs data and then get all keys and see which keys match prefix and delete those. Optionally I would also flush the cache if prefix is not set. How can I do similar with node-memcached?
I would like to delete/remove all keys that have a custom prefix (not necessarily same as namespace).
In a php version I would use slabs data and then get all keys and see which keys match prefix and delete those. Optionally I would also flush the cache if prefix is not set. How can I do similar with node-memcached?
maybe also related to this issue
Thank you.
The text was updated successfully, but these errors were encountered: