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 e679a37 commit b6ccd66Copy full SHA for b6ccd66
messenger.rst
@@ -896,7 +896,11 @@ The Redis transport uses `streams`_ to queue messages.
896
# .env
897
MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
898
# Full DSN Example
899
- MESSENGER_TRANSPORT_DSN=redis://password@localhost:6379/messages/symfony/consumer?auto_setup=true&serializer=1&stream_max_entries=0
+ MESSENGER_TRANSPORT_DSN=redis://password@localhost:6379/messages/symfony/consumer?auto_setup=true&serializer=1&stream_max_entries=0&dbindex=0
900
+
901
+.. versionadded:: 4.4
902
903
+ The ``dbindex`` query parameter in Redis DSN was introduced in Symfony 4.4.
904
905
To use the Redis transport, you will need the Redis PHP extension (^4.3) and
906
a running Redis server (^5.0).
0 commit comments