File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ transports communicate with your application via queuing systems or third partie
138138
139139There are the following built-in transports:
140140
141- - AMQP
142- - Doctrine
143- - Redis
141+ - ` AMQP `_
142+ - Doctrine
143+ - ` Redis `_
144144
145145.. note ::
146146
@@ -199,7 +199,7 @@ This will also configure the following services for you:
199199Now define the ``MESSENGER_TRANSPORT_DSN `` in the ``.env `` file.
200200See examples beneath how to configure the DSN for different transports.
201201
202- Amqp
202+ AMQP
203203~~~~
204204
205205.. code-block :: bash
@@ -221,6 +221,10 @@ This is enough to allow you to route your message to the ``amqp`` transport.
221221 Redis
222222~~~~~
223223
224+ .. versionadded :: 4.3
225+
226+ The Redis transport was introduced in Symfony 4.3.
227+
224228The Redis transport will use `streams `_ to queue messages.
225229
226230.. code-block :: bash
You can’t perform that action at this time.
0 commit comments