summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Lin <developer@kevinlin.info>2021-06-26 22:30:43 -0700
committerdormando <dormando@rydia.net>2021-07-25 14:41:54 -0700
commit1e57dc4716e1c0ce277024901c79d6dd64c74c9d (patch)
tree7008e25b0d75b34c96dc4355b6fe4a562eca19f1 /doc
parent32d90726490044ea421c6df3819f85b2072c00b7 (diff)
downloadmemcached-1e57dc4716e1c0ce277024901c79d6dd64c74c9d.tar.gz
Add settings stat for shutdown_command enabled
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index e8da557..b4771e9 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -1367,6 +1367,7 @@ other stats command.
| evictions | on/off | When off, LRU evictions are disabled. |
| domain_socket | string | Path to the domain socket (if any). |
| umask | 32 (oct) | umask for the creation of the domain socket. |
+| shutdown_command | yes/no | If shutdown admin command is enabled. |
| growth_factor | float | Chunk size growth factor. |
| chunk_size | 32 | Minimum space allocated for key+value+flags. |
| num_threads | 32 | Number of threads (including dispatch). |