Skip to content

Commit 5639222

Browse files
committed
Add framework and remove versionadded as it is not needed
1 parent c7a89c4 commit 5639222

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

messenger.rst

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,28 +1687,26 @@ The SSL options can be used change requirements for the TLS channel:
16871687

16881688
.. code-block:: yaml
16891689
# config/packages/test/messenger.yaml
1690-
messenger:
1690+
framework:
1691+
messenger:
16911692
transports:
1692-
redis:
1693-
dsn: "rediss://localhost"
1694-
options:
1695-
ssl:
1696-
allow_self_signed: true
1697-
capture_peer_cert: true
1698-
capture_peer_cert_chain: true
1699-
disable_compression: true
1700-
SNI_enabled: true
1701-
verify_peer: true
1702-
verify_peer_name: true
1693+
redis:
1694+
dsn: "rediss://localhost"
1695+
options:
1696+
ssl:
1697+
allow_self_signed: true
1698+
capture_peer_cert: true
1699+
capture_peer_cert_chain: true
1700+
disable_compression: true
1701+
SNI_enabled: true
1702+
verify_peer: true
1703+
verify_peer_name: true
17031704
17041705
.. versionadded:: 7.1
17051706

17061707
The option `redis_sentinel` as an alias for `sentinel_master` was introduced
17071708
in Symfony 7.1.
17081709

1709-
.. versionadded:: 6.4
1710-
The SSL options were added in 6.4.
1711-
17121710
.. caution::
17131711

17141712
There should never be more than one ``messenger:consume`` command running with the same

0 commit comments

Comments
 (0)