I am new to memcached...and working with php-mecached version 1.4.7. basically following the link below for the implementation of memcahed for our server ->
Link: http://www.php.net/manual/en/book.memcached.php Is there any Option or config setting available to handle memcached node failover. In older version we use to use -x option. ex memcached -m 64 -p 11211 -u memcached -P IP_ADDRESS -x IP_ADDRESS_OF_MASTER -v But unable to start this also. and please give some more information on reducing the load time( times taken to set the data). Please guide me furthur. Thanks Niharika.
