summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2013-12-20 13:33:17 -0800
committerdormando <dormando@rydia.net>2013-12-20 13:33:17 -0800
commit368b82afa033cdf0d0b58d851b0cbbcd2ecf00bd (patch)
treeb3c2cc778be411b235e71ef5cd6cd9c8ecc7b251
parentfbe823d9a61b5149cd6e3b5e17bd28dd3b8dd760 (diff)
downloadmemcached-pending.tar.gz
Update manpage for -Fpending
-rw-r--r--doc/memcached.14
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/memcached.1 b/doc/memcached.1
index b6f633d..287e87f 100644
--- a/doc/memcached.1
+++ b/doc/memcached.1
@@ -131,6 +131,10 @@ minimum is 1k, max is 128m. Adjusting this value changes the item size limit.
Beware that this also increases the number of slabs (use -v to view), and the
overal memory usage of memcached.
.TP
+.B \-F
+Disables the "flush_all" command. The cmd_flush counter will increment, but
+clients will receive an error message and the flush will not occur.
+.TP
.B \-o <options>
Comma separated list of extended or experimental options. See -h or wiki for
up to date list.