Skip to content

Commit 87e27fb

Browse files
committed
Remove compression form Memcache too
1 parent aa138fa commit 87e27fb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

components/cache/adapters/memcached_adapter.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ option names and their respective values::
124124

125125
// associative array of configuration options
126126
[
127-
'compression' => true,
128127
'libketama_compatible' => true,
129128
'serializer' => 'igbinary',
130129
]
@@ -143,17 +142,6 @@ Available Options
143142
server(s). Any action that retrieves data, quits the connection, or closes
144143
down the connection will cause the buffer to be committed.
145144

146-
``compression`` (type: ``bool``, default: ``true``)
147-
Enables or disables payload compression, where item values longer than 100
148-
bytes are compressed during storage and decompressed during retrieval.
149-
150-
``compression_type`` (type: ``string``)
151-
Specifies the compression method used on value payloads. when the
152-
**compression** option is enabled.
153-
154-
Valid option values include ``fastlz`` and ``zlib``, with a default value
155-
that *varies based on flags used at compilation*.
156-
157145
``connect_timeout`` (type: ``int``, default: ``1000``)
158146
Specifies the timeout (in milliseconds) of socket connection operations when
159147
the ``no_block`` option is enabled.

0 commit comments

Comments
 (0)