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)