Skip to content

Commit bbed31a

Browse files
committed
minor #18364 [Cache] Fix redis adapter option type (alexandre-daubois)
This PR was merged into the 5.4 branch. Discussion ---------- [Cache] Fix redis adapter option type Seems that those SSL options should be an array instead of a boolean value 🙂 Commits ------- 1c6c06d [Cache] Fix redis adapter option type
2 parents b9967e2 + 1c6c06d commit bbed31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Available Options
210210
``error``, ``distribute`` or ``slaves``. For ``\Predis\ClientInterface`` valid options are ``slaves``
211211
or ``distribute``.
212212

213-
``ssl`` (type: ``bool``, default: ``null``)
213+
``ssl`` (type: ``array``, default: ``null``)
214214
SSL context options. See `php.net/context.ssl`_ for more information.
215215

216216
.. note::

0 commit comments

Comments
 (0)