I have replicated memcached implemented where there is replication happening between two memcache servers. I need to be able to write to only one of the servers and not both. I am using the com danga client. Will I be able to achieve that if I set weights to 0 for the 2nd server.
The main reason I am doing this is that the 2nd memcached server is needed only during a failover situation and not always. The data will be replicated through the 1st server and my client need not specifically write to the 2nd one.
