It sounds like you don't understand how memcached is supposed to work. Adding nodes means adding those servers to the server list in all places where you are accessing the data. You can't try and connect to one set of servers in one script and then to another set in some other script and expect to get he same data.

Brian Moon

On Jan 5, 2009, at 1:06 AM, Leelu <[email protected]> wrote:


Hi,

I have two memcache daemons running on same server, which are
listening to say port 'a' and port 'b'.

Now Can I store an item specifically to port 'a' or port 'b' and
retreive these items back similarly

Regards
Leelu

Reply via email to