From 2bf73a7b47dc66085e92b13009b0a2287f800c54 Mon Sep 17 00:00:00 2001 From: Matthieu Lempereur Date: Fri, 1 Mar 2024 12:16:08 +0100 Subject: [PATCH] update github link for method in redis adapter --- components/cache/adapters/redis_adapter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cache/adapters/redis_adapter.rst b/components/cache/adapters/redis_adapter.rst index 511cd442370..5512b576f0e 100644 --- a/components/cache/adapters/redis_adapter.rst +++ b/components/cache/adapters/redis_adapter.rst @@ -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)`_::