File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
components/cache/adapters Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,9 @@ Available Options
200
200
``redis_sentinel `` (type: ``string ``, default: ``null ``)
201
201
Specifies the master name connected to the sentinels.
202
202
203
+ ``sentinel_master `` (type: ``string ``, default: ``null ``)
204
+ Alias of ``redis_sentinel `` option.
205
+
203
206
``dbindex `` (type: ``int ``, default: ``0 ``)
204
207
Specifies the database index to select.
205
208
@@ -211,6 +214,11 @@ Available Options
211
214
``ssl `` (type: ``array ``, default: ``null ``)
212
215
SSL context options. See `php.net/context.ssl `_ for more information.
213
216
217
+ .. versionadded :: 7.1
218
+
219
+ The option `sentinel_master ` as an alias for `redis_sentinel ` was introduced
220
+ in Symfony 7.1.
221
+
214
222
.. note ::
215
223
216
224
When using the `Predis `_ library some additional Predis-specific options are available.
Original file line number Diff line number Diff line change @@ -1582,9 +1582,14 @@ read_timeout Float, value in seconds ``0``
1582
1582
timeout Connection timeout. Float, value in ``0 ``
1583
1583
seconds default indicates unlimited
1584
1584
sentinel_master String, if null or empty Sentinel null
1585
- support is disabled
1585
+ redis_sentinel support is disabled
1586
1586
======================= ===================================== =================================
1587
1587
1588
+ .. versionadded :: 7.1
1589
+
1590
+ The option `redis_sentinel ` as an alias for `sentinel_master ` was introduced
1591
+ in Symfony 7.1.
1592
+
1588
1593
.. caution ::
1589
1594
1590
1595
There should never be more than one ``messenger:consume `` command running with the same
You can’t perform that action at this time.
0 commit comments