Setting multiple instances on multiple servers of Memcached
While reading the documentation on Memcached, I got the impression that one can setup memcached across multiple servers thus creating a cluster. The question that naturally comes up, is the exact procedure of doing this.
I think that if such a feature exists is not well documented and the Memcache开发者_如何学Cd Wiki needs this addition. I found somewhere that you must include in the configuration files, the IP list of all the servers but is this enough? If someone could point me to a link or something outlining this procedure I would be grateful.
Install it, run it, point all your clients to it the same way. Did you try this?
精彩评论