File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
components/cache/adapters Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ Below are common examples of valid DSNs showing a combination of available value
96
96
97
97
// Redis Sentinel is also supported in the same way
98
98
// set the redis_sentinel parameter to the name of your service group
99
+ // Sentinel support also requires the Predis library
99
100
RedisAdapter::createConnection(
100
101
'redis:?host[redis1:26379]&host[redis2:26379]&host[redis3:26379]&redis_sentinel=mymaster'
101
102
);
@@ -104,9 +105,9 @@ Below are common examples of valid DSNs showing a combination of available value
104
105
105
106
The option to define multiple servers in a single DSN was introduced in Symfony 4.2.
106
107
107
- .. versionadded :: 4.3
108
+ .. versionadded :: 4.4
108
109
109
- Redis Sentinel support was introduced in Symfony 4.3 .
110
+ Redis Sentinel support was introduced in Symfony 4.4 .
110
111
111
112
.. note ::
112
113
You can’t perform that action at this time.
0 commit comments