memcached cluster

2009-03-20 Thread Rachel
r in the client? If client 1 uses server A and server B, while client 2 uses server B and server A, will they hash the same? 2) Does the server name matter? If client 1 uses name.memached.localnetwork and client 2 uses 192.168.0.1, will they hash the same? Thanks Rachel

Re: memcached cluster

2009-03-20 Thread Rachel
Thanks for your replies. So is this correct? 3. There is not a single hashing algorithm defined for use by a memcached client. so 4. There is no guarantee that two clients with the same configured set of servers, configured in the same order, will use the same server for the same key. Rachel