Skip to content

Commit 03778b3

Browse files
committed
minor #17974 [Messenger] Fix the referencing of the redis transport in an explanation (danrot)
This PR was merged into the 5.4 branch. Discussion ---------- [Messenger] Fix the referencing of the redis transport in an explanation <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> This is just a minor fix, currently it says "see the Redis section above", although the Redis section comes after this reference. Commits ------- 88c1924 Fix the referencing of the redis transport in an explanation
2 parents 1c33f40 + 88c1924 commit 03778b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ and ``user`` to the Unix user on your server.
709709
If you use the Redis Transport, note that each worker needs a unique consumer
710710
name to avoid the same message being handled by multiple workers. One way to
711711
achieve this is to set an environment variable in the Supervisor configuration
712-
file, which you can then refer to in ``messenger.yaml`` (see Redis section above):
712+
file, which you can then refer to in ``messenger.yaml`` (see Redis section below):
713713

714714
.. code-block:: ini
715715

0 commit comments

Comments
 (0)