@@ -1606,7 +1606,6 @@ stream_max_entries The maximum number of entries which ``0`` (which mea
16061606 the stream will be trimmed to. Set
16071607 it to a large enough number to
16081608 avoid losing pending messages
1609- tls Enable TLS support for the connection false
16101609redeliver_timeout Timeout before retrying a pending ``3600 ``
16111610 message which is owned by an
16121611 abandoned consumer (if a worker died
@@ -1627,49 +1626,6 @@ sentinel_master String, if null or empty Sentinel null
16271626 support is disabled
16281627======================= ===================================== =================================
16291628
1630- <<<<<<< HEAD
1631- .. versionadded :: 6.1
1632-
1633- The ``persistent_id ``, ``retry_interval ``, ``read_timeout ``, ``timeout ``, and
1634- ``sentinel_master `` options were introduced in Symfony 6.1.
1635- =======
1636- =================== ===================================== =================================
1637- Option Description Default
1638- =================== ===================================== =================================
1639- stream The Redis stream name messages
1640- group The Redis consumer group name symfony
1641- consumer Consumer name used in Redis consumer
1642- auto_setup Create the Redis group automatically? true
1643- auth The Redis password
1644- delete_after_ack If ``true ``, messages are deleted false
1645- automatically after processing them
1646- delete_after_reject If ``true ``, messages are deleted true
1647- automatically if they are rejected
1648- lazy Connect only when a connection is false
1649- really needed
1650- serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
1651- in Redis (the
1652- ``Redis::OPT_SERIALIZER `` option)
1653- stream_max_entries The maximum number of entries which ``0 `` (which means "no trimming")
1654- the stream will be trimmed to. Set
1655- it to a large enough number to
1656- avoid losing pending messages
1657- redeliver_timeout Timeout before retrying a pending ``3600 ``
1658- message which is owned by an
1659- abandoned consumer (if a worker died
1660- for some reason, this will occur,
1661- eventually you should retry the
1662- message) - in seconds.
1663- claim_interval Interval on which pending/abandoned ``60000 `` (1 Minute)
1664- messages should be checked for to
1665- claim - in milliseconds
1666- =================== ===================================== =================================
1667- >>>>>>> 5.4
1668-
1669- .. versionadded :: 6.4
1670-
1671- Support for the multiple Redis Sentinel hosts DNS was introduced in Symfony 6.4.
1672-
16731629.. caution ::
16741630
16751631 There should never be more than one ``messenger:consume `` command running with the same
0 commit comments