8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7345418 commit 46d1f1aCopy full SHA for 46d1f1a
components/cache/adapters/redis_adapter.rst
@@ -95,8 +95,8 @@ Below are common examples of valid DSNs showing a combination of available value
95
);
96
97
`Redis Sentinel`_, which provides high availability for Redis, is also supported
98
-when using the Predis library. Use the ``redis_sentinel`` parameter to set the
99
-name of your service group::
+when using the PHP Redis Extension v5.2+ or the Predis library. Use the ``redis_sentinel``
+parameter to set the name of your service group::
100
101
RedisAdapter::createConnection(
102
'redis:?host[redis1:26379]&host[redis2:26379]&host[redis3:26379]&redis_sentinel=mymaster'
0 commit comments