Is there a way to invalidate entries in memcache according to a wildcard key?
So if I have the following memcache keys:
data/1 data/2 data/3
memcached does not support namespaced deletes.
The official wiki has a suggestion on how to work around it: