Skip to content

Commit ae67973

Browse files
committed
minor #18996 Redis change default branch and docs location (snebes)
This PR was merged into the 5.4 branch. Discussion ---------- Redis change default branch and docs location the php-redis repo changed the default branch name away from master and restructured the documentation. These are the new updated links. This could go all the way back to symfony 3.3 docs, but put a PR against 5.4 as it is still maintained. Commits ------- 95dc3ea Redis change default branch and docs location
2 parents 402a073 + 95dc3ea commit ae67973

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
@@ -250,8 +250,8 @@ Read more about this topic in the official `Redis LRU Cache Documentation`_.
250250
.. _`Data Source Name (DSN)`: https://en.wikipedia.org/wiki/Data_source_name
251251
.. _`Redis server`: https://redis.io/
252252
.. _`Redis`: https://github.com/phpredis/phpredis
253-
.. _`RedisArray`: https://github.com/phpredis/phpredis/blob/master/arrays.markdown#readme
254-
.. _`RedisCluster`: https://github.com/phpredis/phpredis/blob/master/cluster.markdown#readme
253+
.. _`RedisArray`: https://github.com/phpredis/phpredis/blob/develop/arrays.md
254+
.. _`RedisCluster`: https://github.com/phpredis/phpredis/blob/develop/cluster.md
255255
.. _`Predis`: https://packagist.org/packages/predis/predis
256256
.. _`Predis Connection Parameters`: https://github.com/nrk/predis/wiki/Connection-Parameters#list-of-connection-parameters
257257
.. _`TCP-keepalive`: https://redis.io/topics/clients#tcp-keepalive

0 commit comments

Comments
 (0)