We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b7b39 commit 243d84bCopy full SHA for 243d84b
messenger.rst
@@ -1190,6 +1190,8 @@ The Redis transport DSN may looks like this:
1190
MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
1191
# Full DSN Example
1192
MESSENGER_TRANSPORT_DSN=redis://password@localhost:6379/messages/symfony/consumer?auto_setup=true&serializer=1&stream_max_entries=0&dbindex=0
1193
+ # Redis Cluster Example
1194
+ MESSENGER_TRANSPORT_DSN=redis://host-01:6379,redis://host-02:6379,redis://host-03:6379,redis://host-04:6379
1195
# Unix Socket Example
1196
MESSENGER_TRANSPORT_DSN=redis:///var/run/redis.sock
1197
0 commit comments