While attempting to use Rails.cache.write using MemcachedStore, writes with strings fail consistently with MemCacheError () . Reads occasionally succeed for some odd reason.
Only seems to happen on Ubuntu Intrepid ( production environment ), with memcached 1.2.2. Cannot reproduce on OS X 10.5 with memcached 1.2.6.
Upgrading to memcached 1.2.8 appears to work
- yliu on November 01, 2009, 09:26 AM UTC
Removing Ubuntu's default memcached 1.2.2 and replacing it with a custom-compiled 1.2.8 seems to have fixed the issues. So far anyway. This solution will be updated if the issue recurs.