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 497be1f commit 3e74145Copy full SHA for 3e74145
components/cache/cache_pools.rst
@@ -136,7 +136,7 @@ See the method's docblock for more options.
136
``:`` character (e.g. ``foo:bar`` password would be wrongly parsed as ``foo``
137
login + ``bar`` password). The solution is to add a fake login to the
138
connection DSN. Instead of ``'redis://foo:bar@localhost'``, use
139
- ``'redis://__ignore_this__:foo:bar@localhost'``
+ ``'redis://__ignore_this__:foo:bar@localhost'``.
140
141
PDO & Doctrine DBAL Cache Adapter
142
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments