Open main menu

Changes

m
Fix flush all command syntax
Empty the memcached (it doesn't actually delete, but it expires everything)
<syntaxhighlight lang="bash">
Echo echo 'flush_all' | nc 127.0.0.1:11211
</syntaxhighlight>