Skip to content

Commit 23e13fb

Browse files
committed
minor #14984 [Messenger] Remove duplicated Redis transport requirements (sebpacz)
This PR was merged into the 5.2 branch. Discussion ---------- [Messenger] Remove duplicated Redis transport requirements The Redis transport requirements has been presented twice. I mean the following sentences: > This transport requires the Redis PHP extension (>=4.3) and a running Redis server (^5.0). > To use the Redis transport, you will need the Redis PHP extension (>=4.3) and a running Redis server (^5.0). <!-- 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 `5.x` for features of unreleased versions). --> Commits ------- d6a7314 [Messenger] Remove duplicated Redis transport requirements
2 parents 8a614eb + d6a7314 commit 23e13fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

messenger.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,9 +1164,6 @@ The Redis transport DSN may looks like this:
11641164

11651165
The Unix socket DSN was introduced in Symfony 5.1.
11661166

1167-
To use the Redis transport, you will need the Redis PHP extension (>=4.3) and
1168-
a running Redis server (^5.0).
1169-
11701167
A number of options can be configured via the DSN or via the ``options`` key
11711168
under the transport in ``messenger.yaml``:
11721169

0 commit comments

Comments
 (0)