Currently we are storing our user sessions in memcached, our web apps are running with PHP 5.3.6 and Apache 2.2.3.
We will be replacing our memcached server, I am wondering if there is a way we can transfer the data from one memcached server to another so that the user sessions are still there. (To minimize downtime)
Although I have read from the FAQ http://code.google.com/p/memcached/wiki/FAQ#How_can_you_dump_data_from_or_load_data_into_memcached? that it is probably not possible to do that...but I am hoping if someone have some tools or workaround to achieve this.
Thanks!
Best regards