File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -1687,28 +1687,26 @@ The SSL options can be used change requirements for the TLS channel:
1687
1687
1688
1688
.. code-block :: yaml
1689
1689
# config/packages/test/messenger.yaml
1690
- messenger :
1690
+ framework :
1691
+ messenger :
1691
1692
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
1703
1704
1704
1705
.. versionadded :: 7.1
1705
1706
1706
1707
The option `redis_sentinel ` as an alias for `sentinel_master ` was introduced
1707
1708
in Symfony 7.1.
1708
1709
1709
- .. versionadded :: 6.4
1710
- The SSL options were added in 6.4.
1711
-
1712
1710
.. caution ::
1713
1711
1714
1712
There should never be more than one ``messenger:consume `` command running with the same
You can’t perform that action at this time.
0 commit comments