[Q: libmemcache] mirroring with *server_add*

Brad Fitzpatrick brad at danga.com
Mon Aug 8 08:35:43 PDT 2005


No.  Memcached is a hash of hashes.  The client does the first level of
hashing.


On Mon, 8 Aug 2005, Alexander Lazic wrote:

> Hi,
>
> does the libmemcache write to all server sequentially so that the datasets
> are identical on all memcached-nodes?
>
> What i mean is:
>
>                   app
>                    |
> mc_server_add(srv1)|mc_server_add(srv2)
>         ------------------------
>         |                       |
>     memcachd1               memcachd2
>
>
> When i make 'mc_add(...)' will the Data be added to both server?
>
> I hope you i have explained the question good enough ;-)
>
> I look further in the archive but haven't found it yet, i'am now at
> April 2005.
>
> Thanx for help
>
> greetings
>
> al ;-)
>
>


More information about the memcached mailing list