Skip to content

Commit daaf7b2

Browse files
committed
[#11341] Added versionadded directive
1 parent 1aadc0b commit daaf7b2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

messenger.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ transports communicate with your application via queuing systems or third partie
138138

139139
There 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:
199199
Now define the ``MESSENGER_TRANSPORT_DSN`` in the ``.env`` file.
200200
See 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+
224228
The Redis transport will use `streams`_ to queue messages.
225229

226230
.. code-block:: bash

0 commit comments

Comments
 (0)