Object aliasing support in memcache?

Josh McFarlane josh.mcfarlane at gmail.com
Fri Aug 24 19:56:27 UTC 2007


On 8/24/07, allan zhang <azhang at yahoo-inc.com> 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


More information about the memcached mailing list