We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d8832 commit 13af194Copy full SHA for 13af194
messenger.rst
@@ -885,6 +885,8 @@ The Redis transport uses `streams`_ to queue messages.
885
MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
886
# Full DSN Example
887
MESSENGER_TRANSPORT_DSN=redis://password@localhost:6379/messages/symfony/consumer?auto_setup=true&serializer=1&stream_max_entries=0&dbindex=0
888
+ # Unix Socket Example
889
+ MESSENGER_TRANSPORT_DSN=redis:///var/run/redis.sock
890
891
To use the Redis transport, you will need the Redis PHP extension (>=4.3) and
892
a running Redis server (^5.0).
0 commit comments