Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 188 by [email protected]: Add tags support
http://code.google.com/p/memcached/issues/detail?id=188
We need to invalidate group of entries when updating to new version of our
system. Currently it is impossible to delete sets of entries.
We need to store items with keys like this:
key = namespace_+md5(serialize(some_request))
item = response
so we don't know list of all keys (and this schema is pretty common) but
when data format is changed in request OR in response we need to invalidate
all caches.
Add optional argument when adding or setting new values with TAG.
Delete keys by TAG.
Maybe you can just refresh/refactor/fix this
http://code.google.com/p/memcached-tag/ and include it in code base?