Hi, I was just wondering if anyone has implemented (or attempted to implement) the "Tags" functionality in the Memcached backend?
I am a big fan of Memcached to allow a fast cache distributed across multiple machines, and the tags idea is superb, but I was a little disappointed when I discovered it wasn't available in Memcached. It seems the only backends that support it are File and Sqlite? If noone has an implementation, I might have a go at writing one, but at this point, the only way I can think to store the tags is in one cache entry as an array or object type structure, but I don't know how well that would scale (or even work in detail). So ideas on how to implement would also be good. Otherwise, what is the suggested backed to use that does support tags (with speed being the primary goal)? -- View this message in context: http://www.nabble.com/Tags-implamentation-for-Memcache-tf4151753s16154.html#a11810869 Sent from the Zend Framework mailing list archive at Nabble.com.
