Skip to content

Commit 2407d97

Browse files
Proposed a reword abut the "lazy" explanation
1 parent 1782667 commit 2407d97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ Available Options
115115
available, and ``\Predis\Client`` otherwise.
116116

117117
``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.
118+
Enables or disables lazy connections to the backend. It's ``false`` by
119+
default when using this as a stand-alone component and ``true`` by default
120+
when using it inside a Symfony application.
120121

121122
``persistent`` (type: ``int``, default: ``0``)
122123
Enables or disables use of persistent connections. A value of ``0`` disables persistent

0 commit comments

Comments
 (0)