We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61fe83 commit bded3daCopy full SHA for bded3da
messenger.rst
@@ -888,6 +888,10 @@ The Redis transport uses `streams`_ to queue messages.
888
# Unix Socket Example
889
MESSENGER_TRANSPORT_DSN=redis:///var/run/redis.sock
890
891
+.. versionadded:: 5.1
892
+
893
+ The Unix socket DSN was introduced in Symfony 5.1.
894
895
To use the Redis transport, you will need the Redis PHP extension (>=4.3) and
896
a running Redis server (^5.0).
897
0 commit comments