Hi Brian, So , If in a PHP certain script(PHP PECL's Lib) if i get an object "A" of memcache with an ipaddr, port and use that object A to store the item say "a" and in another script if i create another object "B" with diff ipaddr and port and store another item "b" using this object and if I now try to get the stored value "a" using object A and get the stored value "b" using object B , it doesn't give proper value ??
Regards Leelu On Mon, Jan 5, 2009 at 7:51 PM, Brian Moon <[email protected]> wrote: > > 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 >> > -- Leelu
