Skip to content

Commit

Permalink
minor symfony#19620 [Cache] Update github link for method in Redis ad…
Browse files Browse the repository at this point in the history
…apter (MrYamous)

This PR was merged into the 5.4 branch.

Discussion
----------

[Cache] Update github link for method in Redis adapter

To reach the class where the method is implemented. It seems clearer to me WDYT ?

Commits
-------

2bf73a7 update github link for method in redis adapter
  • Loading branch information
javiereguiluz committed Mar 5, 2024
2 parents 77203b1 + 2bf73a7 commit fd0bac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cache/adapters/redis_adapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ as the second and third parameters::
Configure the Connection
------------------------

The :method:`Symfony\\Component\\Cache\\Adapter\\RedisAdapter::createConnection`
The :method:`Symfony\\Component\\Cache\\Traits\\RedisTrait::createConnection`
helper method allows creating and configuring the Redis client class instance using a
`Data Source Name (DSN)`_::

Expand Down

0 comments on commit fd0bac2

Please sign in to comment.