I'm don't seem to be able to delete anything from memcached on my Rails app.
I have a rake task that I'm using to flush memcached when I want to clear everything out and in the logs I see this when I invoke it: <9 new client connection <9 flush_all 0 >9 OK <9 connection closed. However, I'll hit a page that had previously been cached and it's still cached. Any help with this would be great. Btw, it works fine on my local machine but not on the server that was put together using http://ec2onrails.rubyforge.org/ with Rails 2.3.2 and memcache-client gem version 1.7.2.
