10000 Change to 4.4 · symfony/symfony-docs@7e3540e · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e3540e

Browse files
committed
Change to 4.4
Add note about predis requirement
1 parent f41046a commit 7e3540e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Below are common examples of valid DSNs showing a combination of available value
9696

9797
// Redis Sentinel is also supported in the same way
9898
// set the redis_sentinel parameter to the name of your service group
99+
// Sentinel support also requires the Predis library
99100
RedisAdapter::createConnection(
100101
'redis:?host[redis1:26379]&host[redis2:26379]&host[redis3:26379]&redis_sentinel=mymaster'
101102
);
@@ -104,9 +105,9 @@ Below are common examples of valid DSNs showing a combination of available value
104105

105106
The option to define multiple servers in a single DSN was introduced in Symfony 4.2.
106107

107-
.. versionadded:: 4.3
108+
.. versionadded:: 4.4
108109

109-
Redis Sentinel support was introduced in Symfony 4.3.
110+
Redis Sentinel support was introduced in Symfony 4.4.
110111

111112
.. note::
112113

0 commit comments

Comments
 (0)
0