Skip to content

Commit e9a9e71

Browse files
committed
minor #14668 Support Redis Sentinel mode when using phpredis/phpredis extension (renan)
This PR was merged into the 5.3-dev branch. Discussion ---------- Support Redis Sentinel mode when using phpredis/phpredis extension See symfony/symfony#39363 Commits ------- 46d1f1a Support Redis Sentinel mode when using phpredis/phpredis extension
2 parents 7c14d25 + 46d1f1a commit e9a9e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ Below are common examples of valid DSNs showing a combination of available value
9595
);
9696

9797
`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::
98+
when using the PHP Redis Extension v5.2+ or the Predis library. Use the ``redis_sentinel``
99+
parameter to set the name of your service group::
100100

101101
RedisAdapter::createConnection(
102102
'redis:?host[redis1:26379]&host[redis2:26379]&host[redis3:26379]&redis_sentinel=mymaster'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy