Hi All, I would like to set a key-value pair to a specific instance of memcached. For my data I have a 10 instances of memcached running. For better recovery in case of crash I would like to set specific key- value pairs in a specific instance of memcached so that I can restart and push those data to that instance. I tried with memcached_set_by_key(), memcached_get_by_key() to set and get the key-value, with the master key as (serverip+port no). But it is not working as desired. I guess I am wrong somewhere. Appreciate any suggestions on this issue.
Regards Jitendra
