@@ -1606,7 +1606,6 @@ stream_max_entries The maximum number of entries which ``0`` (which mea
1606
1606
the stream will be trimmed to. Set
1607
1607
it to a large enough number to
1608
1608
avoid losing pending messages
1609
- tls Enable TLS support for the connection false
1610
1609
redeliver_timeout Timeout before retrying a pending ``3600 ``
1611
1610
message which is owned by an
1612
1611
abandoned consumer (if a worker died
@@ -1627,49 +1626,6 @@ sentinel_master String, if null or empty Sentinel null
1627
1626
support is disabled
1628
1627
======================= ===================================== =================================
1629
1628
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
-
1673
1629
.. caution ::
1674
1630
1675
1631
There should never be more than one ``messenger:consume `` command running with the same
0 commit comments