Hello, I have four memcached machines in a cluster and am using the standard PHP 5.2.6 PECL client. I was under the impression that each object should only be stored on one memcached server but I am seeing a key stored on 2 or 3 different servers. I found an open issue on the PECL bug page(http://pecl.php.net/bugs/bug.php?id=14563) but the issue was opened one year ago.
Is having the same key on multiple servers a sign that my memcached setup is faulty, or is this just an issue with the PECL release that I have to deal with? Thanks for any help, Mike
