On 8/24/07, allan zhang <[EMAIL PROTECTED]> wrote: > Hi: > does anyone have implemented object aliasing in memcache? I mean, we can > use multiple keys to point to same data object, similar to the link in file > system. I hope the implementation is made in memcache itself.
Can you provide a scenario where this provides any additional benefit? It seems to me in all the cases that I can think of that you could just do it on the client side (in your own custom code that is) -- Thanks, Josh McFarlane http://www.joshmcfarlane.com
