Want to flush the content of memcached server using bash on Linux/Unix?

You type the following command to flush the content of memcached server:
echo flush_all >/dev/tcp/127.0.0.1/11211
=> More commands and options here about the same.
echo flush_all >/dev/tcp/127.0.0.1/11211