Liberar entradas do memcache

ubuntu

echo "flush_all" | /bin/netcat -q 2 127.0.0.1 11211

Mac

echo "flush_all" | nc -w 2 127.0.0.1 11211