I'm using php-memcache client for connecting to memcached .I just want to 
know is there any failover mechanism that is provided when a server is 
lost. 
something like client storing the status of the memcahed server before 
hasing a particular key.

On Wednesday, 16 October 2013 03:13:57 UTC-4, SivaRam M wrote:
>
>
> Hi ,
>      I have installed memcached server on two machines and added these two 
> server in the client list.
> Now im fetching say Key A from server A .  If server A is removed ,this is 
> my understanding . By default I'm using standard hashing ,client will 
> maintain list of servers along with the status of servers  if the server 
> has run down . then there will be cache miss . In case of consistent 
> hashing if the server A fails the keys are evenly distributed among other 
> servers.
>
> what will happen if the server A fails ??
> Please correct me if any of my concepts are wrong.
>
> Thanks
> Sivaram
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to