I would like to flush the memcached cache keys and values on my centos server.
I have tried the telnet approach by telnetting to the port and then issuing: flush_all
It doesn't work an my values are still cached.
Does anyone know how I can accomplish this?