diff --git a/messenger.rst b/messenger.rst index 970dc7e2769..1e7f34e7169 100644 --- a/messenger.rst +++ b/messenger.rst @@ -885,6 +885,8 @@ The Redis transport uses `streams`_ to queue messages. MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages # Full DSN Example MESSENGER_TRANSPORT_DSN=redis://password@localhost:6379/messages/symfony/consumer?auto_setup=true&serializer=1&stream_max_entries=0&dbindex=0 + # Unix Socket Example + MESSENGER_TRANSPORT_DSN=redis:///var/run/redis.sock To use the Redis transport, you will need the Redis PHP extension (>=4.3) and a running Redis server (^5.0).