hey, i've been trying to use the libmemcached api from c and the python api to access memcached.
however, i have come across a problem. I am setting values on multiple servers using c, and attempting to retrieve it using python fetching the keys back in c works fine, but python throws a lot of "not found". i'm guessing it is something to do with the hash algorithm. i tried setting it to crc32 in c, but it does not help. any pointers would be appreciated. thanks regards, aniketh
