summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2019-05-14 20:31:39 -0700
committerdormando <dormando@rydia.net>2019-05-20 13:14:44 -0700
commit31208e8fbeceea163c2fd95dd1031ec684d88fc3 (patch)
tree072ec372d4d8c16716d5df90ccf57490ed919892 /doc
parent4723d424f32acc3ee544d3a7bd91b9f05fe4c608 (diff)
downloadmemcached-31208e8fbeceea163c2fd95dd1031ec684d88fc3.tar.gz
remove inline_ascii_response option
Has defaulted to false since 1.5.0, and with -o modern for a few years before that. Performance is fine, no reported bugs. Always was the intention. Code is simpler without the options.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index b569bc7..81025b3 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -863,9 +863,7 @@ other stats command.
| track_sizes | bool | If yes, a "stats sizes" histogram is being |
| | | dynamically tracked. |
| inline_ascii_response |
-| | bool | If yes, stores numbers from VALUE response |
-| | | inside an item, using up to 24 bytes. |
-| | | Small slowdown for ASCII get, faster sets. |
+| | bool | Does nothing as of 1.5.15 |
| drop_privileges | bool | If yes, and available, drop unused syscalls |
| | | (see seccomp on Linux, pledge on OpenBSD) |
|-------------------+----------+----------------------------------------------|