Hi All, I would like to set a key-value pair to a specific instance of memcached. For my data I have 10 instances of memcached running. 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). But it is not working as desired. I guess I am wrong somewhere.
May I know what is the difference between the following APIs. memcached_set(), memcached_set_by_key() memcached_get(), memcached_get_by_key() I guess both are functionally same, isn't it ? Thanks in advance for any response. Regards Jitendra
