3rd-Eden / memcached

A fully featured Memcached client build on top of Node.js. Build with scaling in mind so it will support Memcached clusters and consistent hashing.
MIT License
1.31k stars 276 forks source link

Delete all keys starting with prefix #363

Open nine-2-five opened 3 years ago

nine-2-five commented 3 years ago

I have a caching mechanism that uses keys made of relative URL-s appended with hashes made of query string part.

/product-one-2ff2eecb /product-one-2333e211

Is there a way to delete all keys starting with /product-one without knowing all hash combinations?