Flush memcached cached data

Just quick tip for me and for my readers how to flush cached data in memcached. Just call ‘flush_all’ command for running memcached service:

echo "flush_all" | nc 127.0.0.1 11211

There are more available commands like ‘get’, ‘set’ or ‘stats’ for memcached. All these commands can be found in here.

0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.
This entry was posted in Server. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *