I am new to the world of Memcached clusters
If I have a php web application that is using memcache - how does it does its hash and decide what node to check for a particular value to avoid having to check them all.
Bonus: How can I easily add a node in a way that avoids having to rebuild all the hashes.