I\'m going through the documentation and I\'m a little confused as to how memcache does internal load-balancing if multiple servers are specified. For example:
memcached places keys on servers based on a hash of the key. As long as your server setup doesn't change, then a given key will always land on a given server.