Is it possible to capture a memcached key list based on some regular expression? I understand that one solution is to save the key in the database and grab the list when I need to delete these keys. This means that it will bear the extra cost for db.
I was wondering if there is another way to do this without DB overhead.
Cheers, Mickey
source
share