I think you need to read up a little bit on memcached's entire strategy on this:
http://code.google.com/p/memcached/wiki/FAQ#Cluster_Architecture_Questions On Tue, Sep 14, 2010 at 7:03 PM, Granit <[email protected]> wrote: > Suppose one of the memcached machines in a cluster looses connection, > when asking for a key it is non existent on any other machine in the > cluster so > the client decides to create a new one, now the disconnected machine > is back. > Thus we have two machines with the same key, which key->value pair > would we get > when requesting this duplicated key? > > - the one created the last? > - which ever server answers first? > > thanks > Granit > -- awl
