@@ -1596,7 +1596,6 @@ stream_max_entries The maximum number of entries which ``0`` (which mea
15961596 the stream will be trimmed to. Set
15971597 it to a large enough number to
15981598 avoid losing pending messages
1599- tls Enable TLS support for the connection false
16001599redeliver_timeout Timeout before retrying a pending ``3600 ``
16011600 message which is owned by an
16021601 abandoned consumer (if a worker died
@@ -1617,45 +1616,6 @@ sentinel_master String, if null or empty Sentinel null
16171616 support is disabled
16181617======================= ===================================== =================================
16191618
1620- <<<<<<< HEAD
1621- .. versionadded :: 6.1
1622-
1623- The ``persistent_id ``, ``retry_interval ``, ``read_timeout ``, ``timeout ``, and
1624- ``sentinel_master `` options were introduced in Symfony 6.1.
1625- =======
1626- =================== ===================================== =================================
1627- Option Description Default
1628- =================== ===================================== =================================
1629- stream The Redis stream name messages
1630- group The Redis consumer group name symfony
1631- consumer Consumer name used in Redis consumer
1632- auto_setup Create the Redis group automatically? true
1633- auth The Redis password
1634- delete_after_ack If ``true ``, messages are deleted false
1635- automatically after processing them
1636- delete_after_reject If ``true ``, messages are deleted true
1637- automatically if they are rejected
1638- lazy Connect only when a connection is false
1639- really needed
1640- serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
1641- in Redis (the
1642- ``Redis::OPT_SERIALIZER `` option)
1643- stream_max_entries The maximum number of entries which ``0 `` (which means "no trimming")
1644- the stream will be trimmed to. Set
1645- it to a large enough number to
1646- avoid losing pending messages
1647- redeliver_timeout Timeout before retrying a pending ``3600 ``
1648- message which is owned by an
1649- abandoned consumer (if a worker died
1650- for some reason, this will occur,
1651- eventually you should retry the
1652- message) - in seconds.
1653- claim_interval Interval on which pending/abandoned ``60000 `` (1 Minute)
1654- messages should be checked for to
1655- claim - in milliseconds
1656- =================== ===================================== =================================
1657- >>>>>>> 5.4
1658-
16591619.. caution ::
16601620
16611621 There should never be more than one ``messenger:consume `` command running with the same
0 commit comments