Hi<br>
I am consistently getting key collisions. There are total of around 2000 key value pairs cached.<br>
This is how I prepare the key for memcached: md5.new(key).hexdigest() where key is the unique<br>
id for the database row that I want to cache.<br>
When I do a &#39;get&#39; for a specific key, I get a value of a different key.<br>
I am using python-memcached as the client.<br>
This is causing lot of problems. If anyone has faced similar issues or has any suggestions do reply.<br>
cheers<br>
mark<br>