You don't know, you don't need to know, you certainly don't want multiple failover servers, in fact, you probably don't need failover at all.
Adding a server simply means that your cache cluster becomes larger. Where a specific item is stored is irrelevant, as long as all your clients use the same configuration, your cache will be synchronized. /Henrik On Fri, Oct 30, 2009 at 16:33, Jafo <[email protected]> wrote: > > In PHP using the add server method: > > Memcache::addServer(host,port) > > If you add multiple servers, how do you know which server you are > connected to when you set data? Is there a way to use a default > server and have the rest set as fallbacks? >
