File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
components/cache/adapters Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ array of ``key => value`` pairs representing option names and their respective v
131
131
132
132
// associative array of configuration options
133
133
[
134
- 'compression' => true,
135
134
'lazy' => false,
136
135
'persistent' => 0,
137
136
'persistent_id' => null,
@@ -151,10 +150,6 @@ Available Options
151
150
If none is specified, it will return ``\Redis `` if the ``redis `` extension is
152
151
available, and ``\Predis\Client `` otherwise.
153
152
154
- ``compression `` (type: ``bool ``, default: ``true ``)
155
- Enables or disables compression of items. This requires phpredis v4 or higher with
156
- LZF support enabled.
157
-
158
153
``lazy `` (type: ``bool ``, default: ``false ``)
159
154
Enables or disables lazy connections to the backend. It's ``false `` by
160
155
default when using this as a stand-alone component and ``true `` by default
You can’t perform that action at this time.
0 commit comments