How can I tell if memcache was flushed programatically?
If I issues a echo flush_all | netcat localhost 11211
to memcache how can I tell it actually worked? I am writing some code to flush all servers and want to make sure they all received the command.