File tree 3 files changed +3
-7
lines changed
components/cache/adapters
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,6 @@ name of your service group::
106
106
107
107
The option to define multiple servers in a single DSN was introduced in Symfony 4.2.
108
108
109
- .. versionadded :: 4.4
110
-
111
- Redis Sentinel support was introduced in Symfony 4.4.
112
-
113
109
.. note ::
114
110
115
111
See the :class: `Symfony\\ Component\\ Cache\\ Traits\\ RedisTrait ` for more options
Original file line number Diff line number Diff line change @@ -1335,7 +1335,7 @@ middleware and *only* include your own:
1335
1335
buses :
1336
1336
messenger.bus.default :
1337
1337
middleware :
1338
- # service ids that implement Symfony\Component\Messenger\Middleware
1338
+ # service ids that implement Symfony\Component\Messenger\Middleware\MiddlewareInterface
1339
1339
- ' App\Middleware\MyMiddleware'
1340
1340
- ' App\Middleware\AnotherMiddleware'
1341
1341
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ Symfony LTS Versions
230
230
231
231
According to the :doc: `Symfony release process </contributing/community/releases >`,
232
232
"long-term support" (or LTS for short) versions are published every two years.
233
- Check out the `Symfony roadmap `_ to know which is the latest LTS version.
233
+ Check out the `Symfony releases `_ to know which is the latest LTS version.
234
234
235
235
By default, the command that creates new Symfony applications uses the latest
236
236
stable version. If you want to use an LTS version, add the ``--version `` option:
@@ -284,7 +284,7 @@ Learn More
284
284
.. _`The Symfony Demo Application` : https://github.com/symfony/demo
285
285
.. _`Symfony Flex` : https://github.com/symfony/flex
286
286
.. _`PHP security advisories database` : https://github.com/FriendsOfPHP/security-advisories
287
- .. _`Symfony roadmap ` : https://symfony.com/roadmap
287
+ .. _`Symfony releases ` : https://symfony.com/releases
288
288
.. _`Main recipe repository` : https://github.com/symfony/recipes
289
289
.. _`Contrib recipe repository` : https://github.com/symfony/recipes-contrib
290
290
.. _`Symfony Recipes documentation` : https://github.com/symfony/recipes/blob/master/README.rst
You can’t perform that action at this time.
0 commit comments