We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1782667 commit 2407d97Copy full SHA for 2407d97
components/cache/adapters/redis_adapter.rst
@@ -115,8 +115,9 @@ Available Options
115
available, and ``\Predis\Client`` otherwise.
116
117
``lazy`` (type: ``bool``, default: ``false``)
118
- Enables or disables lazy connections to the backend. Already set to ``true`` by default
119
- when configuring Redis pools via FrameworkBundle.
+ Enables or disables lazy connections to the backend. It's ``false`` by
+ default when using this as a stand-alone component and ``true`` by default
120
+ when using it inside a Symfony application.
121
122
``persistent`` (type: ``int``, default: ``0``)
123
Enables or disables use of persistent connections. A value of ``0`` disables persistent
0 commit comments