Hi All, It seems non of the php client for memcached ( php-memcache , php- memcached) provides support for "automatic rebalancing". Is it true? If yes, then as memcached is widely used distributed cache, how does one take care of this issue? How is the rebalancing done? Is it done manually every-time a new server is added or removed ? Are there any external tools for this? Also, its looks there is an option for this in php-memcached version 2.0.01b. ( Memcached::OPT_AUTO_EJECT_HOSTS). I tried, but it does not work.
Thanks :-) Mohit
