2017-01-24 07:36 pm

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.