File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
components/cache/adapters Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ option names and their respective values::
124
124
125
125
// associative array of configuration options
126
126
[
127
- 'compression' => true,
128
127
'libketama_compatible' => true,
129
128
'serializer' => 'igbinary',
130
129
]
@@ -143,17 +142,6 @@ Available Options
143
142
server(s). Any action that retrieves data, quits the connection, or closes
144
143
down the connection will cause the buffer to be committed.
145
144
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
-
157
145
``connect_timeout `` (type: ``int ``, default: ``1000 ``)
158
146
Specifies the timeout (in milliseconds) of socket connection operations when
159
147
the ``no_block `` option is enabled.
You can’t perform that action at this time.
0 commit comments