Memcached Clusters?

howard chen howachen at gmail.com
Tue Oct 24 03:33:20 UTC 2006


On 10/24/06, Brad Fitzpatrick <brad at danga.com> wrote:
> Memcached is essentially a two-layer hash.  The client does the first
> mapping, hashing a key onto a server, and then internally (opaque detail),
> the server has a hashtable of key->value.
>
> So keys aren't replicated.
>
> It's a CACHE.  Not a database.
>
>
> On Tue, 24 Oct 2006, howard chen wrote:
>
> > Hi,
> >
> > Currently I found 'nothing" about how to running memcached on multiple
> > servers, and how to sync the keys & values.
> >
> > Are there any documentation for this? I think cluster is a very
> > important goal of memcached? isn't?
> >
> > Thanks.
> >
> >
>

can daemons on different servers able to work together? to exchange
information etc?

if yes, any info on how to config this?

thanks.


More information about the memcached mailing list