On Oct 30, 4:36 am, nard <[email protected]> wrote: > Hello. I'm starting to use the getByKey/setByKey api for memcached and > I was wondering how the server_keys determined? I'm having trouble > figuring out how a server key is mapped to a particular server in a > memcache pool. > > is there a way to find out what the server_key is for a particular > memcached server in the pool?
As Henrik said, and ... PHP's MemCached extension has getServerByKey() http://www.php.net/manual/en/memcached.getserverbykey.php Jared
