From 13af1948740eb853f9ca22a49b55c3d5381e5356 Mon Sep 17 00:00:00 2001 From: JJarrie Date: Fri, 10 Jan 2020 10:45:21 +0100 Subject: [PATCH] [Messenger] Redis example with Unix Socket This is the documentation change for https://github.com/symfony/symfony/pull/35295 --- messenger.rst | 2 ++ 1 file changed, 2 insertions(+) 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). pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy